0
If you make a parameter in a function..
if you make a parameter in a function and dont use it, it wont produce an error right?
1 ответ
+ 3
Exactly but usually if you declare it in function header you must to call it with parameter even as you said, without using it into function