Vidyalelo
JavaScript · Q46

Parsing, Benchmarking And Logging

Programming · JavaScript · question 46

Q46

What is the function of the method importNode()?

A.
Copies without removing
Answer
B.
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.