Which statement should be used to call personalizeWebsiteContent based on the above business requirement?

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);

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments