Nice work! Now that you calculated the tax, declare another function named getTotal beneath the getTax function. The getTotal function should have no parameters.
Inside the getTotal function's block, add the subtotal to the tax, then return the result.