An open API service indexing awesome lists of open source software.

https://github.com/zakimohammed/javascript-rest-parameter

Understanding the JavaScript rest parameter
https://github.com/zakimohammed/javascript-rest-parameter

javascript rest-parameter rest-parameters

Last synced: about 8 hours ago
JSON representation

Understanding the JavaScript rest parameter

Awesome Lists containing this project

README

          

# Rest Your Love On JavaScript

When you want to provide an arbitrary number of parameters to a function where you are not aware of how much it will be; then you can simply use the rest parameter to take care of it.

Link: https://codeomelet.com/posts/rest-your-love-on-javascript