Skip to content

Instantly share code, notes, and snippets.

@composite
Created October 28, 2014 00:49
Show Gist options
  • Select an option

  • Save composite/59714137ba375b3f6f3a to your computer and use it in GitHub Desktop.

Select an option

Save composite/59714137ba375b3f6f3a to your computer and use it in GitHub Desktop.
One line code snippet
(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