Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What does the DOMContentLoaded event indicate?

  1. A All images and stylesheets have finished loading
  2. B The HTML has been fully parsed and the DOM is ready
  3. C The page has been closed
  4. D A network request has completed
Answer

The HTML has been fully parsed and the DOM is ready

DOMContentLoaded fires before images and subresources finish. The load event waits for everything, which is usually later than necessary.

All Javascript MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as