Skip to content

Instantly share code, notes, and snippets.

@poppycocker
Created August 21, 2015 15:30
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 poppycocker/d84c0fd545f69e6fdd14 to your computer and use it in GitHub Desktop.
Save poppycocker/d84c0fd545f69e6fdd14 to your computer and use it in GitHub Desktop.
YAPC::Asia 2015 tote bag code on JS
'115.117.112.112.111.114.116.101.100.32.98.121.32.76.105.118.101.115.101.110.115.101.32.73.110.99.46.10'
.split('.')
.map(function(v){
return String.fromCharCode(+v);
})
.join('');
// => "supported by Livesense Inc.¥n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment