Page 1 of 1

1. Which of the following is NOT a valid JavaScript variable? _string 4Counting Greeting $variable None of the above 2.

Posted: Sun May 15, 2022 12:46 pm
by answerhappygod
1. Which of the following is NOT a valid JavaScript
variable?
_string
4Counting
Greeting
$variable
None of the above
2. Is the following JavaScript code valid?
n=’12345’;
n=25;
Yes, it is.
No, it is not.
Cannot determine