We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c2035 commit 69ddac1Copy full SHA for 69ddac1
1 file changed
projects/generics/hidash/04-pickmany/README.md
@@ -19,6 +19,6 @@ Example: `pickMany({ a: 1, b: 2, c: 3 }, ['a', 'c'])` -> `[1, 3]`
19
20
## Files
21
22
-- `index.ts`: Write your `pick` function here
23
-- `index.test.ts`: Tests verifying `pick`
+- `index.ts`: Write your `pickMany` function here
+- `index.test.ts`: Tests verifying `pickMany`
24
- `solution.ts`: Solution code
0 commit comments