What is the output of the line 02?

Given the following code:

Let x =null;

console.log(typeof x);

What is the output of the line 02?
A . “Null”
B. “X”
C. “Object”
D. “undefined”

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments