diff --git a/subjects/using-map.en.md b/subjects/using-map.en.md index 35f10c7f..274c62fb 100644 --- a/subjects/using-map.en.md +++ b/subjects/using-map.en.md @@ -72,6 +72,12 @@ tempForecasts([ ]) // -> ['38°Celsius in Pasadena, California'] ``` +#### Special instruction + +The goal of this exercise is to learn to use `map`, as such all your +solution **MUST** use `map` + + ### Notions - [devdocs.io/javascript/global_objects/array/map](https://devdocs.io/javascript/global_objects/array/map)