Created
October 28, 2014 00:49
-
-
Save composite/59714137ba375b3f6f3a to your computer and use it in GitHub Desktop.
One line code snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(s){var result='';s.split('').forEach(function(a,i){result+='%'+s.charCodeAt(i).toString(16).toUpperCase();});return result;})('Welcome'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment