Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following Node object property returns the node immediately before a node?

  2. A.

     previousSibling

    B.

     textContent

    C.

     index

    D.

     localName

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The node object property previousSibling returns the node immediately before a node.


Be The First To Comment