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

Join The Discussion