Skip to content

Instantly share code, notes, and snippets.

@giltayar
Created January 24, 2017 08:41
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 giltayar/31661c0c38209e786be7dcfa3cf09179 to your computer and use it in GitHub Desktop.
Save giltayar/31661c0c38209e786be7dcfa3cf09179 to your computer and use it in GitHub Desktop.
console.log(Array.from('Robin H😀😀d').map(ch => ch == '😀' ? '🙃' : ch).join(''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment