Skip to content

Instantly share code, notes, and snippets.

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