Files
30-seconds-of-code/glossary/Argument.md
Angelos Chalaris f52a7583e1 Update Argument.md
2018-08-20 08:28:21 +03:00

191 B

Argument

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