Files
30-seconds-of-code/glossary/Argument.md
Angelos Chalaris 5d40f72d4d 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.