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