const faces = [ "⸌⍤⃝⸍", "⸌⍤⃝⸍💫", "⸌⍤⃝⸍✨", "⸌⍤⃝⸍💥💥💥", "⸌⍤⃝⸍😴", "⸌⍤⃝⸍☀️", "⸌⍤⃝⸍🐾", "⸌⍤⃝⸍🎒" ]; document.getElementById("output").innerText = faces[Math.floor(Math.random() * faces.length)];