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