List of questions
Related questions
Question 207 - Certified JavaScript Developer I discussion
Given the following code:
let x = null;
console.log(typeof x);
What is the output?
A.
"object"
B.
"undefined"
C.
"null"
D.
"x"
Your answer:
0 comments
Sorted by
Leave a comment first