Skip to content

Instantly share code, notes, and snippets.

@mariyadiminsky
Created May 16, 2016 10:18
Show Gist options
  • Save mariyadiminsky/fe7491eb17068c7c7629c2e7590b805a to your computer and use it in GitHub Desktop.
Save mariyadiminsky/fe7491eb17068c7c7629c2e7590b805a to your computer and use it in GitHub Desktop.
// Test it here: https://jsfiddle.net/maasha/g278gjtn/
var standAloneFunc = function(){
alert(this);
}
standAloneFunc(); // [object Window]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment