Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following is the ultiate element selection method?

  2. A.

     querySelectorAll()

    B.

     querySelector()

    C.

     queryAll()

    D.

     query()

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    querySelectorAll() is the ultimate element selection method: it is a very powerful technique by which client-side JavaScript programs can select the document elements that they are going to manipulate.


Be The First To Comment