Which of the following is the correct syntax to print a page using JavaScript?
browser.print();
navigator.print();
document.print();
window.print();
Correct Answer : D
Which of the following is not a JavaScript framework or library?
Which of the following variables are used in JavaScript programs?
What are the different types of errors in JavaScript?