Skip to content

Instantly share code, notes, and snippets.

@IQAndreas
Created April 20, 2016 07:48
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 IQAndreas/3af6891e2d770f8399092e1d74f76300 to your computer and use it in GitHub Desktop.
Save IQAndreas/3af6891e2d770f8399092e1d74f76300 to your computer and use it in GitHub Desktop.
JavaScript ˮtrueˮ == "false". All credit goes to @FakeUnicode: https://twitter.com/FakeUnicode/status/722685252653727744
// Just hide this line somewhere deep inside your code where nobody will find it...
var ˮtrueˮ = "false";
// ...
if (ˮtrueˮ == "false") {
alert("There is no spoon.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment