Report Bug
Qus : Which of the following is not a valid JavaScript variable name?
QusWhich of the following is not a valid JavaScript variable name?

A. 5myvalue
B. myvalue5
C. Myvalue
D. None of These


Solution
A. 5myvalue






Report Bug