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