πŸ“Š JavaScript
Q. Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
  • (A) onload
  • (B) manipulate
  • (C) create
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) onload

Explanation: One of the most important event handlers is the onload handler of the Window object. It is triggered when the content of the document displayed in the window is stable and ready to be manipulated. JavaScript code is commonly wrapped within an onload event handler.

Explanation by: Mr. Dubey
One of the most important event handlers is the onload handler of the Window object. It is triggered when the content of the document displayed in the window is stable and ready to be manipulated. JavaScript code is commonly wrapped within an onload event handler.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
110
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate