Create variable in JavaScript we use var in front our variable.
common forms:
var variableName;
Law of the named Variable
- Variable names are case sensitive (n and N are different)
- Variable names must begin with a letter, unserscore (_) or Variable dollars ($).
example






0 comments:
Post a Comment