Vidyalelo
JavaScript · Q68

Caching And Debugging

Programming · JavaScript · question 68

Q68

When does one use the event ready?

A.
Before loading
B.
During loading
C.
After loading
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The event ready is fired after the player is done loading. It is safe to interact with it after this event fired.