startit/oppgaver/uke6/8ball/view.js

7 lines
133 B
JavaScript

updateView();
function updateView(){
let html = /*HTML*/ `
<div id="ball">8-ball</div>
`;
app.innerHTML = html;
}