A

Admin • 833K Points
Coach

Q. What is the purpose of the adoptNode() method?

  • (A) Removes node
  • (B) Makes it ready for insertion
  • (C) Removes node and Makes it ready for insertion
  • (D) None of the mentioned
  • Correct Answer - Option(C)
  • Views: 21
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

This method removes node from whatever document it is currently part of and changes its ownerDocument property to this document, making it ready for insertion into this document.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.