We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 335131c + 083ba1c commit d1d8c96Copy full SHA for d1d8c96
1-js/08-prototypes/01-prototype-inheritance/article.md
@@ -315,7 +315,7 @@ The answer is simple: it's not enumerable. Just like all other properties of `Ob
315
```smart header="Almost all other key/value-getting methods ignore inherited properties"
316
Almost all other key/value-getting methods, such as `Object.keys`, `Object.values` and so on ignore inherited properties.
317
318
-They only operate on the object itself. Properties from the prototype are taken into account.
+They only operate on the object itself. Properties from the prototype are *not* taken into account.
319
```
320
321
## Summary
0 commit comments