Skip to content

Instantly share code, notes, and snippets.

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