1.

What are the rule for naming aJava script variable?​

Answer»

The rest of the variable name can include any letter, any NUMBER, or the underscore. You can't use any other characters, including spaces, symbols, and PUNCTUATION marks. As with the rest of JavaScript, variable NAMES are CASE sensitive.



Discussion

No Comment Found