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