From 3c7642e405525cd6f663d7db77159756b4c992d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 16 Jun 2020 14:00:03 +0200 Subject: [PATCH] Specify the requirements of using-map --- subjects/using-map.en.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)