Files
30-seconds-of-code/glossary/Argument.md
Angelos Chalaris 6335b3a20e Update Argument.md
2018-08-18 17:52:46 +03:00

190 B

Argument

An argument is a value passed as an input to a function and can be either a primitve or an object. In JavaScript, functions can also be passed as arguments to other functions.