Skip to content

Instantly share code, notes, and snippets.

@fasmide
Created October 7, 2014 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fasmide/c8e78650c3b31f0c26b0 to your computer and use it in GitHub Desktop.
Save fasmide/c8e78650c3b31f0c26b0 to your computer and use it in GitHub Desktop.
var hat = function() {
if(this === hat) {
console.log("Jeg er ens");
} else {
console.log("Jeg er en anden");
}
}
hat();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment