2 lines
No EOL
119 B
JavaScript
2 lines
No EOL
119 B
JavaScript
var mojis = ["a", "b", "c"]
|
|
document.getElementById("…").innerText = mojis[Math.floor(Math.random() * mojis.length)]; |