

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is true about variable naming conventions in JavaScript? |
A. | You should not use any of the JavaScript reserved keyword as variable name. |
B. | JavaScript variable names should not start with a numeral (0-9). |
C. | Both of the above. |
D. | None of the above. |
Answer» D. None of the above. | |