diff --git a/subjects/more-or-less/README.md b/subjects/more-or-less/README.md index 8a5883af62..7021e0d03d 100644 --- a/subjects/more-or-less/README.md +++ b/subjects/more-or-less/README.md @@ -11,6 +11,8 @@ Create 4 functions: All the functions must return the result of the operations specified above. +Each function should be defined with the exact number of parameters needed. + ### Notions - [Functions](https://nan-academy.github.io/js-training/examples/functions.js)