0

I dudnt understood the arguments concept in functions can any one explain??

8th Jan 2019, 6:25 PM
ch nani
2 ответов
+ 7
hello ch nani, you seem to have made two exact same threads, https://www.sololearn.com/Discuss/1650172 would you mind deleting one?
8th Jan 2019, 7:23 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 2
Argument is is information passed to function when calling it. Ex.: function example (input)/*here it is defined*/{ console.log(input) } example("string")/*here it is passed*/
8th Jan 2019, 7:31 PM
Maneren
Maneren - avatar