I am currently stuck on an assignment that is in the book JavaScript Web Warriors Series in Chapter 2. I cannot get the estimate to work and I cannot get the page to refresh back to default without holding shift. I copied from the book exactly but it wouldn't work, my professor had a few things different like instead of: document.getElementById("estimate").innerHTML = "$"+ totalCost;
she put
document.getElementById("estimate").textContent = "$"+ totalCost;
Here is my code: