Q46
What is the function of the method importNode()?
A.
Copies without removing
AnswerB.
Copies and removes
C.
Only copies
D.
Only removes
Answer: Option A
Solution
Answer: Option A
Solution:
The method importNode() copies a node from another document without removing it.