From ec9bebbcda03de0bc5e8816fe795cd4f698e7491 Mon Sep 17 00:00:00 2001 From: Amit Merchant Date: Sun, 23 Jun 2024 16:52:26 +0530 Subject: [PATCH] Add article "Unlimited function parameters using Rest" (#5908) --- .../109-javascript-functions/101-function-parameters/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/javascript/content/109-javascript-functions/101-function-parameters/index.md b/src/data/roadmaps/javascript/content/109-javascript-functions/101-function-parameters/index.md index 785f8aab0..4a3e8fafc 100644 --- a/src/data/roadmaps/javascript/content/109-javascript-functions/101-function-parameters/index.md +++ b/src/data/roadmaps/javascript/content/109-javascript-functions/101-function-parameters/index.md @@ -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/)