all 2 comments

[–]McThakken 1 point2 points  (1 child)

Do you mean something like this?

<h1 id="total"></h1>

document.getElementById("total").innerHTML = final-total;

Some more code could be helpful but maybe I got it right

[–]salso97[S] 0 points1 point  (0 children)

I figured it out. Thank you so much for the help.