Quiz Challenges
58
Question 26 of 58
45%
26
Consider the following code. What will gets logged on the console?
hoisted
(
)
;
function
hoisted
(
)
{
console
.
log
(
'foo'
)
;
}
;
A
ReferenceError
B
undefined
C
foo
Submit Answer
Previous
26
/
58
Next