Skip to content

Instantly share code, notes, and snippets.

@giltayar
Created January 24, 2017 08:38
Show Gist options
  • 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