Update Argument.md

This commit is contained in:
Angelos Chalaris
2018-08-20 08:28:21 +03:00
committed by GitHub
parent 69ace55814
commit f52a7583e1

View File

@ -1,4 +1,4 @@
### Argument
An argument is a value passed as an input to a function and can be either a primitve or an object.
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.