Level 111
Level 113
9 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?
navigator.appName
return the name of the browser:
navigator.appCodeName
return the name of the browser:
navigator.platform
returns the browser platform (operating system):
navigator.cookieEnabled;
returns true if cookies are enabled, otherwise false:
navigator.product;
returns the engine name of the browser:
navigator.appVersion; </script>
returns version information about the browser:
navigator.userAgent;
returns version information about the browser:
navigator.language;
returns the browser's language:
navigator.javaEnabled();
returns true if Java is enabled: