List of questions
Related questions
Question 115 - Certified JavaScript Developer I discussion
Refer to code below:
Let a ='a';
Let b;
// b = a; console.log(b);
What is displayed when the code executes?
A.
ReferenceError: b is not defined
B.
A
C.
Undefined
D.
Null
Your answer:
0 comments
Sorted by
Leave a comment first