Argument

An argument is a value passed to a function when it is called. It provides the data that the function needs to execute its logic and produce a result.

Insights