Skip to content

Instantly share code, notes, and snippets.

@silent-lad
Last active March 15, 2019 07:58
Show Gist options
  • Save silent-lad/11483289296fbd531b48e2f9224a95d4 to your computer and use it in GitHub Desktop.
Save silent-lad/11483289296fbd531b48e2f9224a95d4 to your computer and use it in GitHub Desktop.
function that () {
console.log("Normal call");
console.log(this === window);
}
that();
console.log(this === window)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment