Level 109
Level 111
7 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.location.href
the href (URL) of the current page
window.location.hostname
the domain name of the web host
window.location.pathname
the path and filename of the current page
window.location.protocol
the web protocol used (http:// or https://)
window.location.assign
loads a new document
history.back()
loads the previous URL in the history list.
history.forward()
loads the next URL in the history list.