Skip to content

Instantly share code, notes, and snippets.

@protosam
Created June 16, 2017 01:08
Show Gist options
  • Save protosam/99dcaf7e9082a01ce8e4b7575aea8e42 to your computer and use it in GitHub Desktop.
Save protosam/99dcaf7e9082a01ce8e4b7575aea8e42 to your computer and use it in GitHub Desktop.
Seems like I found a law of programming JS refuses to violate.
function whatever(){
this = function(){ console.log('whatever is no redefined'); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment