This commit is contained in:
sagarishere 2024-09-18 16:43:11 +03:00 committed by GitHub
commit 5ccf29d472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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