πŸ“Š JavaScript
Q. What will happen after executing the script?
  • (A) Execute script
  • (B) Layout positioning of DOM elements
  • (C) Paint DOM elements
  • (D) Build DOM nodes in render tree
πŸ’¬ Discuss
βœ… Correct Answer: (D) Build DOM nodes in render tree

Explanation: After executing the script, the DOM nodes will be built in the render tree.

Explanation by: Mr. Dubey
After executing the script, the DOM nodes will be built in the render tree.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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