/run typescript5
const words = '\u30b4\u30ea'
const shuffled = [...words.repeat(2)].sort(() => Math.random() - 0.5)
console.log(shuffled)
/run typescript5
const words = '\u30b4\u30ea'
const shuffled = [...words.repeat(2)].sort(() => Math.random() - 0.5)
console.log(shuffled)
No replies yet.