· The document object is one of the most important objects of JavaScript. Shown below is a very simple JavaScript code:
- document.write("Hi Suneel Gudipati!.")
· In this code, document is the object. write is the method of this object. Let's have a look at some of the other methods that the document object possesses.
0 comments :
Post a Comment