1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Add article "Unlimited function parameters using Rest" (#5908)

This commit is contained in:
Amit Merchant
2024-06-23 16:52:26 +05:30
committed by GitHub
parent 9cf940e741
commit ec9bebbcda

View File

@@ -5,3 +5,4 @@ The parameter is the name given to the variable declared inside the definition o
Visit the following resources to learn more:
- [@article@Function Parameters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions#function_parameters)
- [@article@Unlimited function parameters using Rest](https://www.amitmerchant.com/unlimited-function-parameters-with-using-rest-in-java-script/)