Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JavaScript Variables
- JavaScript variables are containers for storing data values.
- In this example, x, y, and z, are variables:
- Example
- var x = 5;
- var y = 6;
- var z = x + y;
- Try it Yourself ยป
- get link:http://gestyy.com/ew9nxo
Add Comment
Please, Sign In to add comment