Skip to content

Instantly share code, notes, and snippets.

@markbrown4
Last active September 2, 2016 14:55
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 markbrown4/08c40ece153303209a3931c1e32d03a4 to your computer and use it in GitHub Desktop.
Save markbrown4/08c40ece153303209a3931c1e32d03a4 to your computer and use it in GitHub Desktop.
var eggs = true
(function() {
console.log(eggs)
})
// => TypeError: true is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment