Skip to content

Instantly share code, notes, and snippets.

@tpowell
Created October 30, 2012 01:09
Show Gist options
  • Save tpowell/3977713 to your computer and use it in GitHub Desktop.
Save tpowell/3977713 to your computer and use it in GitHub Desktop.
Quiz 2 - Ex 4
for (var aProp in window.navigator) {
document.write("window.navigator." + aProp + " = " + window.navigator[aProp] + "<br>");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment