Skip to content

Instantly share code, notes, and snippets.

@tzhenghao
Created March 17, 2019 19: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 tzhenghao/9458023bc2b791f55c389e8094f8e279 to your computer and use it in GitHub Desktop.
Save tzhenghao/9458023bc2b791f55c389e8094f8e279 to your computer and use it in GitHub Desktop.
Singapore Airlines scam typo
if (wochentag==3) document.write("Wednesday");
if (wochentag==4) document.write("Thrusday");
if (wochentag==5) document.write("Friday");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment