Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Matt Connolly 0b692eccd5
Update headers of JavaScript roadmap (#2534)
3 years ago
..
100-default-params.md Update headers of JavaScript roadmap (#2534) 3 years ago
101-rest-params.md Update headers of JavaScript roadmap (#2534) 3 years ago
readme.md Update headers of JavaScript roadmap (#2534) 3 years ago

readme.md

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.

Free Content Function Parameters