+ 1
What is arguments
2 Answers
+ 3
what you specify to pass in functions
like
addTwo(3);
3 is a parameter
0
Argument is the value that you pass to function for example if u made a function thatâll add two values x and y so whatever u give the values for x and y will be the arguments and x and y are called the parameters.