Browse Source

Update README.md

pull/625/head
LEEDASILVA 4 years ago committed by GitHub
parent
commit
00bfaa0b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/curry-entries/README.md

4
subjects/curry-entries/README.md

@ -2,7 +2,7 @@
### Instructions
This exercise consists of creating curry functions to apply in the object's entries.
This exercise consists in creating curry functions to apply in the object's entries.
You will have to create the following curry functions:
- `defaultCurry` curries two objects in which the second object overrides the values of the first. If the key is not present then add it with the corresponding value.
@ -13,7 +13,7 @@ You will have to create the following curry functions:
You have to create for each curry function the following functions with one parameter `personnel`:
- `reduceScore` that will return the total value of the scores
of the persons who use the force.
of the persons who use the force
- `filterForce` that will return the force users with `shootingScores`
equal or higher than 80
- `mapAverage` that will return a new object with the propriety `averageScore`

Loading…
Cancel
Save