JavaScript Variables- Tutorial
Friday, February 13 2015
JavaScript Variables: Overview Much like algebra, JavaScript uses letters as containers for storing information, for example: var x=7;. In the previous example, the letter “x” is assigned a numerical value of 7, declaring that any variables with the letter “x” will have a value of 7. JavaScript variables can hold expressions as well
- Published in JavaScript, Latest