InterviewSolution
Saved Bookmarks
| 1. |
To which of the following object does the print() method belong to?(a) window(b) document(c) hash(d) string |
|
Answer» Right option is (a) window The best explanation: The method print() belongs to the window object. The print() method opens the Print Dialog Box, which lets the user to select preferred printing options. |
|