Level 122
Level 124
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?
window.innerHeight
The inner height of the browser window.
window.innerWidth
The inner width of the browser window.
screen.width
Returns the width of the visitor's screen in pixels.
screen.height
Returns the height of the visitor's screen in pixels.
screen.availWidth
Returns the width of the visitor's screen, in pixels, minus interface features like the Windows Taskbar.
screen.availHeight
Returns the height of the visitor's screen, in pixels, minus interface features like the Windows Taskbar.
screen.colorDepth(equal screen.pixelDepth)
Returns the number of bits used to display one color.
screen.pixelDepth(equal screen.colorDepth)
Returns the number of bits used to display one color.