Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the function of the method importNode()?

  2. A.

     Copies without removing

    B.

     Copies and removes

    C.

     Only copies

    D.

     Only removes

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The method importNode() copies a node from another document without removing it.


Be The First To Comment