Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How can you create a node for comment in JavaScript?

  2. A.

     comment()

    B.

     createComment()

    C.

     Comm()

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The comment node can be created using the method Comment createComment(string data).


Be The First To Comment