Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How many methods are there in the History object?

  2. A.

     3

    B.

     4

    C.

     5

    D.

     6

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    There are three methods belongign to the History object namely :
    1. back()
    2. forward()
    3. go()


Be The First To Comment