/run javascript let ikura = ['イ', 'ク', 'ラ']; ikura.sort(() => Math.random() - 0.5); console.log(`${ikura.join('')}丼`);