Project: Make Math Happen Instantly

Let’s calculate a restaurant tip—just like the ones you’ve seen on food delivery apps! Create a simple tip calculator. We’ve already set up the HTML for you, assuming a $100 bill and a 15% tip.

Use JavaScript to fetch the bill and tip percentage from the page, calculate the tip, and display it using the <p id="result"> element.

Project: Make Math Happen Instantly

Let’s calculate a restaurant tip—just like the ones you’ve seen on food delivery apps! Create a simple tip calculator. We’ve already set up the HTML for you, assuming a $100 bill and a 15% tip.

Use JavaScript to fetch the bill and tip percentage from the page, calculate the tip, and display it using the <p id="result"> element.