sagarishere 4 weeks ago committed by GitHub
parent
commit
1718cfbf68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      subjects/pick-omit/README.md

1
subjects/pick-omit/README.md

@ -7,6 +7,7 @@ Create two functions which takes an object and a string or array of strings. The
- `omit`: contains only those keys which do not match the string, or do not appear in the array of strings.
> Those functions are pure and must not modify the given object
> It should ignore properties from the prototype chain
### Notions

Loading…
Cancel
Save