0
What is an 'arguement' in JavaScript.Please i dont understand,i need a proper defination.
5 Respostas
0
Function saludar(name) {
Alert("hola"+name );
}
saludar(Mariano) ;
name is the argument, your values is Mariano
0
A argument is the value that will send to the function.
0
can you please provide an example
0
thank you very much sir