Assignment 006b
JavaScript document.write
The browser window contains other objects, such as the document object.
You can refer to the document object by using "window.object."
The following is a method (action) of the document object.
This method is called by using the following code:
window.document.write();