در این قسمت استاد صالحی متغیرهایی که بعد از نام فانکشن میآید را پارامتر و مقادیری که پاس داده میشود را آرگومان میگویند ولی در w3schools تعاریف فرق میکند
Parameters versus arguments
Note the difference between parameters and arguments:
Function parameters are the names listed in the function's definition.
Function arguments are the real values passed to the function.
Parameters are initialized to the values of the arguments supplied.