Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which is the function in JavaScript that will print the current page in JavaScript?

  2. A.

     print()

    B.

     printcurrent()

    C.

     print(now)

    D.

     print(this)

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The window.print() can be used to print the current page in JavaScript.


Be The First To Comment