Skip to content

Instantly share code, notes, and snippets.

@sylvainpolletvillard
Created July 5, 2019 12:28
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 sylvainpolletvillard/7452e9a9dc184b4d7ebe392c6f6fca22 to your computer and use it in GitHub Desktop.
Save sylvainpolletvillard/7452e9a9dc184b4d7ebe392c6f6fca22 to your computer and use it in GitHub Desktop.
Evil javascript
// ; === Say hello to someone ===
// ; argument = String
// ; return = String
// ; NOTE: If you have a bug with character encoding, you should use this
/󠅡/ ; instead: rеturn = ([f])=>{Function(unescape(escape(f).replace(/u.{8}/g,'')))()}
function hello(who){
rеturn `󠅡󠅬󠅥󠅲󠅴󠄨󠄢󠄰󠅷󠅎󠅥󠅄󠄠󠅢󠅙󠄠󠅈󠄴󠅣󠅫󠄳󠅲󠅚󠄠󠄢󠄩󠄻󠄊Hello ${who}`
}
hello("world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment