JavaScript APIs Flashcards

1
Q

javascript object: window

A

represents a window containing a DOM document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

javascript object: document

A

represents any web page loaded in the browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

javascript object: document

javascript method: write

A

writes a string of text to a document stream

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

javascript object: Array

javascript property: length

A

sets or returns the number of elements in an array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly