Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. console.log(
  2. 'hash' + location.hash + ' === '
  3. + 'host' + location.host + ' === '
  4. + 'hostname' + location.hostname + ' === '
  5. + 'href' + location.href + ' === '
  6. + 'origin' + location.origin + ' === '
  7. + 'pathname' + location.pathname + ' === '
  8. + 'port' + location.port + ' === '
  9. + 'protocol' + location.protocol + ' === '
  10. + 'search' + location.search);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement