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

4 lines
77 B
JavaScript

updateView();
function updateView(){
app.innerHTML = html + htmlAnswer;
}