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