So this is a basic question but - here is part of the pizza.js lesson instructions:
“Let’s start with calculating the tax. Under the getSubTotal() function, create a function expression using the variable const named getTax. It should take one parameter, orderCount”
With the empty parentheses. But I thought that when they say that getTax should take one parameter, you would need to declare the parameter in the parentheses when introducing the function, like below:
Report was filed. However, CodeCademy is in the midst of rolling out new courses currently, I guess this change will take a while to happen (I do not speak for them). Essentially, you have quite a similar question to another user posted a while ago that I replied to. I will link down below for your reference:
It’s a rather lengthy reply, so I just link it rather than posting the same thing again.