JavaScript APIs Flashcards
1
Q
javascript object: window
A
represents a window containing a DOM document
2
Q
javascript object: document
A
represents any web page loaded in the browser
3
Q
javascript object: document
javascript method: write
A
writes a string of text to a document stream
4
Q
javascript object: Array
javascript property: length
A
sets or returns the number of elements in an array