What is an 'arguement' in JavaScript.Please i dont understand,i need a proper defination. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is an 'arguement' in JavaScript.Please i dont understand,i need a proper defination.

8th Jan 2020, 2:17 PM
Bald Bear
Bald Bear - avatar
5 Answers
0
Function saludar(name) { Alert("hola"+name ); } saludar(Mariano) ; name is the argument, your values is Mariano
8th Jan 2020, 2:30 PM
Mariano Flores
Mariano Flores - avatar
0
A argument is the value that will send to the function.
8th Jan 2020, 2:20 PM
Mariano Flores
Mariano Flores - avatar
0
can you please provide an example
8th Jan 2020, 2:25 PM
Bald Bear
Bald Bear - avatar
0
thank you very much sir
8th Jan 2020, 2:32 PM
Bald Bear
Bald Bear - avatar