Quiz Challenges
100
Question 75 of 100
75%
75
What will the following JavaScript code output?
Copy
console
.
log
(
foo
)
;
let
foo
=
"bar"
;
A
TypeError
B
ReferenceError
C
null
D
undefined
Submit Answer
Previous
75
/
100
Next