Quiz Challenges
100
Question 99 of 100
99%
99
What will be the output of the following log statements?
Copy
function
myFunction
(
)
{
console
.
log
(
this
)
;
}
myFunction
(
)
;
A
Window
B
myFunction
C
undefined
Submit Answer
Previous
99
/
100
Next