Skip to content

Commit

Permalink
fix(readme): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryVasanth committed Dec 13, 2024
1 parent 1f3196e commit 7904faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subjects/pick-omit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Instructions

Create two functions which takes an object and a string or array of strings. They should return a new object which:

- `pick`: contains only those keys which appear in the string or array of strings.
- `omit`: contains only those keys which do not match the string, or do not appear in the array of strings.

Expand Down

0 comments on commit 7904faf

Please sign in to comment.