webbed-site/static/js/moji.js

2 lines
119 B
JavaScript
Raw Normal View History

2024-07-07 08:27:18 -05:00
var mojis = ["a", "b", "c"]
document.getElementById("…").innerText = mojis[Math.floor(Math.random() * mojis.length)];