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
- Host: GitHub
- URL: https://github.com/zakimohammed/javascript-rest-parameter
- Owner: ZakiMohammed
- Created: 2022-04-13T18:11:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T21:04:01.000Z (about 4 years ago)
- Last Synced: 2025-03-03T19:20:06.001Z (over 1 year ago)
- Topics: javascript, rest-parameter, rest-parameters
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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