ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 207 - Certified JavaScript Developer I discussion

Report
Export

Given the following code:

let x = null;

console.log(typeof x);

What is the output?

A.
"object"
Answers
A.
"object"
B.
"undefined"
Answers
B.
"undefined"
C.
"null"
Answers
C.
"null"
D.
"x"
Answers
D.
"x"
Suggested answer: A
asked 23/09/2024
Justin Lee Foronda
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first