<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
```On the last line of your program, after the takeOrder function calls, call the getSubTotal function inside a console.log statement.
getSubTotal has a parameter that represents the amount of items ordered. Pass in the orderCount as an argument when making the function call.Help me with this.
<do not remove the three backticks above>