Q. What is the purpose of the adoptNode() method?
β
Correct Answer: (C)
Removes node and Makes it ready for insertion
Explanation: 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.