+ 10
What is the difference between Parameters and arguments???
2 Respuestas
+ 17
Parameter is a placeholder in front of function name inside the peranthesis, and argument is the value that you feed parameter with it.(when you calling a function)
Most of the time there's no difference
+ 4
they are the same