diff --git a/script.js b/script.js index f6fdfc93..ae794dbd 100644 --- a/script.js +++ b/script.js @@ -15,5 +15,5 @@ button.addEventListener("click", () => { totalPrice += productPrice; // update UI - total.innerText = `৳ ${totalPrice}`; + total.innerText = `Total: ৳ ${totalPrice}`; });