Created
April 29, 2016 20:45
-
-
Save easierbycode/4e67a0853898019a21a7bce20f1bf9b1 to your computer and use it in GitHub Desktop.
shows using string repeat w/ an astral plane character (a wave emoji)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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