Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. You can refresh the webpage in JavaScript by using

  2. A.

     window.reload

    B.

     location.reload

    C.

     window.refresh

    D.

     page.refresh

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    One can refresh the webpage in JavaScript by using location.reload.


Be The First To Comment