Which of the following statements are false for Javascript?
Options
- Variable names are not case sensitive
- Variable names must begin with a letter or the underscore character
- Var is used to declare a variable
- Both b and c above
CORRECT ANSWER : Variable names are not case sensitive
Write your comments