

MCQOPTIONS
Saved Bookmarks
1. |
Consider the following code snippetconsole.log(p)If p is not defined, what would be the result or type of error? |
A. | ero |
B. | ull |
C. | eferenceError |
D. | alueNotFoundError |
Answer» D. alueNotFoundError | |