shows using string repeat w/ an astral plane character (a wave emoji)
let wave = '\u{1f30a}'; console.log( wave.repeat(10) ); //