diff --git a/subjects/pick-omit/README.md b/subjects/pick-omit/README.md index 7e3c837f9..5e73dabdc 100644 --- a/subjects/pick-omit/README.md +++ b/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