public/subjects/give-it-a-rest
Clement Denis 0e67e834e5 update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00
..
README.md update discovery-piscine subjects and tests 2021-04-29 17:47:50 +01:00

README.md

🌟 Give it a ...rest

Instructions

You are now a butter passer, calculator, and barttender all-in-one robot. You want to keep on improving but you can feel like your memory capacities are reaching their limits. You will now try to improve what you aready have.

Declare the function countArgs which will return the number of argument it recieved. Examples:

console.log(countArgs(1)) // 1
console.log(countArgs(1, 10)) // 2
console.log(countArgs(1, 10, 100)) // 3
// etc...