Quiz Challenges
58
Question 9 of 58
16%
9
What will happen if you run this code?
logName
(
"Tiger"
)
;
function
logName
(
name
)
{
console
.
log
(
name
)
;
}
A
Tiger
B
ReferenceError
Submit Answer
Previous
9
/
58
Next