Skip to content

Instantly share code, notes, and snippets.

@jonelf
Last active March 14, 2019 13:36
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 jonelf/826c35f453d2472a7c2990fe19e207dd to your computer and use it in GitHub Desktop.
Save jonelf/826c35f453d2472a7c2990fe19e207dd to your computer and use it in GitHub Desktop.
var xᅠ = 37;
var x = 41;
var ᅠx = 43;
if(xᅠ== 37 && x == 41 && ᅠx == 43) {
document.writeln("The truth is out there!")
} else {
document.writeln("<a href='https://goo.gl/yoX4Az'>WAT?</a>")
}
@jonelf
Copy link
Author

jonelf commented Sep 28, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment