1.
What is a valid identifier in JavaScript?
2.
Which of the following is an invalid identifier?
3.
Which characters are allowed in JavaScript identifiers?
4.
Can JavaScript identifiers include spaces?
5.
What will be the result of using a reserved word as an identifier?
6.
Which of the following is a reserved word in JavaScript?
7.
What is the maximum length of an identifier?
8.
Can identifiers start with a digit in JavaScript?
9.
Which identifier is valid in strict mode?
10.
Which is a correct identifier for a variable?