Minor Error on Last Quiz - Parameters vs. Arguments

I think there is a minor error in the last question of the last quiz:


According to https://www.w3schools.com/cs/cs_method_parameters.asp


the correct answer should be parameter, not argument, since the argument is what we pass to the method when “calling” it, not when “creating” it.

I know I’m being picky about this, but this distinction might help some people keep from becoming confused when reading documentation.
Thank you.
P.S. Awesome course!

Privacy & Terms