Skip to content

Instantly share code, notes, and snippets.

@jnvm
Last active August 5, 2016 05:32
Show Gist options
  • Save jnvm/0667169621d7465677bdbade7da6db03 to your computer and use it in GitHub Desktop.
Save jnvm/0667169621d7465677bdbade7da6db03 to your computer and use it in GitHub Desktop.
weird looking js
//guess what this outputs
var
varᅚ = 1,
ᅛ = 4,
ᅜ = 2,
ˋhey,ˋ=`B ‮‮`,<!--#wtf
donˈtᅠworryǃ="‮("
console.log(ˋhey,ˋ + donˈtᅠworryǃ + varᅚ*ᅛ*ᅜ)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment