3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
const app = document.querySelector("#app");
|
|
app.textContent = "Loading quiz...";
|