List of questions
Related questions
Question 59 - Certified JavaScript Developer I discussion
A developer at Universal Containers creates a new landing page based on HTML, CSS, and JavaScript TO ensure that visitors have a good experience, a script named personaliseContext needs to be executed when the webpage is fully loaded (HTML content and all related files ), in order to do some custom initialization.
Which statement should be used to call personalizeWebsiteContent based on the above business requirement?
A.
document.addEventListener(''onDOMContextLoaded', personalizeWebsiteContext);
B.
window.addEventListener('load',personalizeWebsiteContext);
C.
window.addEventListener('onload', personalizeWebsiteContext);
D.
Document.addEventListener('''DOMContextLoaded' , personalizeWebsiteContext);
Your answer:
0 comments
Sorted by
Leave a comment first