Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Created April 29, 2016 20:45
Show Gist options
  • Save easierbycode/4e67a0853898019a21a7bce20f1bf9b1 to your computer and use it in GitHub Desktop.
Save easierbycode/4e67a0853898019a21a7bce20f1bf9b1 to your computer and use it in GitHub Desktop.
shows using string repeat w/ an astral plane character (a wave emoji)
let wave = '\u{1f30a}';
console.log( wave.repeat(10) );
// 🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment