diff --git a/glossary/Argument.md b/glossary/Argument.md index f143cc240..37dbf694c 100644 --- a/glossary/Argument.md +++ b/glossary/Argument.md @@ -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.