Q. Which is the function in JavaScript that will print the current page in JavaScript?
β
Correct Answer: (A)
print()
Explanation: The window.print() can be used to print the current page in JavaScript.