ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 115 - Certified JavaScript Developer I discussion

Report
Export

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
Answers
A.
ReferenceError: b is not defined
B.
A
Answers
B.
A
C.
Undefined
Answers
C.
Undefined
D.
Null
Answers
D.
Null
Suggested answer: C
asked 23/09/2024
Thembinkosi Sibiya
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first