01 / 05
Showing it is not enough to carry on with
Every function so far did a console.log inside and finished. But that leaves you unable to use the result afterwards.
Make a function that works out a total and you still cannot add postage to that total, or compare it in a condition.
The word for carrying a result back to where you called from is return.