Exercise 3: How much is the Bill?
In this exercise, you will be required to add the function totalBill as a property to an object and implement it.
We'll cover the following...
Problem Statement
In this exercise, you are required to write a function totalBill
that returns the total bill after the customer buys that product.
...