Files
30-seconds-of-code/glossary/Argument.md
2019-08-13 11:19:29 +03:00

8 lines
217 B
Markdown

---
title: Argument
tags: Argument
---
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.