From 4436398780d3673f8f44a3635bdd3340cc0b425c Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 17 Aug 2018 10:52:27 +0300 Subject: [PATCH] Add argument --- glossary/Argument.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glossary/Argument.md diff --git a/glossary/Argument.md b/glossary/Argument.md new file mode 100644 index 000000000..f143cc240 --- /dev/null +++ b/glossary/Argument.md @@ -0,0 +1,3 @@ +### Argument + +An argument is a value passed as an input to a function and can be either a primitve or an object.