Update Argument.md

This commit is contained in:
Angelos Chalaris
2018-08-18 17:52:46 +03:00
committed by GitHub
parent 01b87a68df
commit 6335b3a20e

View File

@ -1,3 +1,4 @@
### 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.