Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Created September 24, 2015 20:48
Show Gist options
  • Save qetr1ck-op/446b83701477ad23da58 to your computer and use it in GitHub Desktop.
Save qetr1ck-op/446b83701477ad23da58 to your computer and use it in GitHub Desktop.
var rabbit = {foo: 'bar'};
rabbit.__proto__ = window;
console.log(rabbit.location) // call location object through window object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment