Browse Source

Specify the requirements of using-reduce

content-update
Clément 4 years ago committed by GitHub
parent
commit
e507db6003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      subjects/using-reduce.en.md

5
subjects/using-reduce.en.md

@ -20,6 +20,11 @@ sumOrMul([1, 2, 3, 4], 5)
// -> 60
````
#### Special instruction
The goal of this exercise is to learn to use `reduce`, as such all your
solution **MUST** use `reduce`
### Notions

Loading…
Cancel
Save