🔸parameter

named variable passed into function, used to import arguments.

JSobjectfunction ⟩ parameter

🈯 synonyms: "formal parameter", "function parameter"

a named variable passed into a function, used to import argument(s) into functions.

Last updated