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. | Zero |
| B. | Null |
| C. | ReferenceError |
| D. | ValueNotFoundError |
| Answer» D. ValueNotFoundError | |