Skip to content

Instantly share code, notes, and snippets.

@jbinkleyj
Forked from cowboy/reminder.js
Last active August 29, 2015 14:08
Show Gist options
  • Save jbinkleyj/f8e75c90f3578f799e46 to your computer and use it in GitHub Desktop.
Save jbinkleyj/f8e75c90f3578f799e46 to your computer and use it in GitHub Desktop.
(function(){ console.log( eval('this') ); }.call({a:1}))
// Object {a: 1}
(function(){ console.log( (0,eval)('this') ); }.call({a:1}))
// Window {top: Window, window: Window, location: Location, external: Object, chrome: Object…}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment