docs(manipulate-values): fix typo

This commit is contained in:
davhojt 2022-06-24 20:34:55 +01:00 committed by Dav Hojt
parent 5cbf005b3b
commit c84959b8ba
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Let's buy groceries.
You have a grocery cart with some items you need. The item's name if the `key`, and the `value` will represent nutrition facts per 100 grams.
You have a grocery cart with some items you need. The item's name is the `key`, and the `value` will represent nutrition facts per 100 grams.
Create 3 functions that work like the `.filter`, `.map` and `.reduce` array methods, for the values in your grocery cart object. You can see their function names and how they work in the examples.