Browse Source

Specify the requirements of using-map

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

6
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)

Loading…
Cancel
Save