Which of the following is true about variable naming conventions in JavaScript?
JavaScript variable names must begin with a letter or the underscore character.
JavaScript variable names are case sensitive.
Both of the above
None of the above
Correct Answer : C
Browsers that do not understand Javascript _______
Which of these contains an executable statement?
How to write an if condition in JavaScript?