List of questions
Related questions
Question 36 - Certified JavaScript Developer I discussion
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"
Your answer:
0 comments
Sorted by
Leave a comment first