Definition: The print method is used with windows objects to send the current contents of the windowe to the printer. This is not a reserved word so you can declare your own variable or function called print but if you do then you will not be able to print the content of the window.
Examples:
window.print();
