Skip to content

Instantly share code, notes, and snippets.

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