Skip to content

Instantly share code, notes, and snippets.

@mishelashala
Last active December 10, 2015 16:19
Show Gist options
  • Save mishelashala/a14fea3e8f5f974ad9ed to your computer and use it in GitHub Desktop.
Save mishelashala/a14fea3e8f5f974ad9ed to your computer and use it in GitHub Desktop.
function Foo () {
return this;
}
Foo() === global; // true si estás en node, false en caso contario
Foo() === window; // true si estás en un navegador, false en caso contrario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment