Back to Developer Roadmap

Function Parameters

src/data/roadmaps/javascript/content/[email protected]

4.0503 B
Original Source

Function Parameters

The parameter is the name given to the variable declared inside the definition of a function. There are two special kinds of syntax: default and rest parameters.

Visit the following resources to learn more: