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