

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following code snippet:console.log(p)If p is not defined, what would be the result or type of error? |
A. | Zero |
B. | Null |
C. | ReferenceError |
D. | ValueNotFoundError |
Answer» D. ValueNotFoundError | |