Level 106 Level 108
Level 107

[No Typing] BOM: Window Methods


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.

All None

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