Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the purpose of the method item()?

  2. A.

     Returns node after the specified index

    B.

     Returns node before the specified index

    C.

     Returns node at specified index

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The method item() returns the node at the specified index in a node list.


Be The First To Comment