Level 108 Level 110
Level 109

[No Typing] BOM: Window Screen


6 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?
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
returns the number of bits used to display one color.
screen.pixelDepth
returns the pixel depth of the screen.