From f52a7583e119858918f532b35a129743821033e8 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 20 Aug 2018 08:28:21 +0300 Subject: [PATCH] Update Argument.md --- glossary/Argument.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.