diff --git a/subjects/using-reduce.en.md b/subjects/using-reduce.en.md index 5223a1a66..ebbddaab2 100644 --- a/subjects/using-reduce.en.md +++ b/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