Level 106
Level 108
8 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Browser Object Model
BOM
window.document.getElementById("header");
Even the document object (of the HTML DOM) is a property of the window object:
window.innerHeight
the inner height of the browser window (in pixels)
window.innerWidth
the inner width of the browser window (in pixels)
window.open()
open a new window
window.close()
close the current window
window.moveTo()
move the current window
window.resizeTo()
resize the current window