Hands-On Functional Programming with TypeScript
上QQ阅读APP看书,第一时间看更新

Working with function parameters

In this section, we are going to learn how to work with function parameters in multiple scenarios, including optional parameters, default parameters, and rest parameters.