| 1. | Which of the following is not a valid JavaScript variable name?
|
| 2. | If the statement var fig=2 appears in a function, which type of variable does it declare?
|
| 3. | If the string test contains the value The eagle has landed., what would be the value of test.length?
|
| 4. | Using the same example string, which of these statements would return the word eagle?
|
| 5. | What will be the result of the JavaScript expression 31 + "angry polar bears"?
|