Tip Calculator

Creating a tip calculator with JavaScript

Bill Amount

Tip Percentage

Your total bill with tip is:

Reflection

What I learnt from this project is the importance of parseFloat and why it was needed for the function to work correctly.