What is displayed when the code executes?
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
Answer: C
Latest JavaScript Developer I Practice Questions with 144 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments