We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803f3c1 commit fccfddcCopy full SHA for fccfddc
concepts/type-checking/about.md
@@ -134,7 +134,7 @@ To avoid this, use `Object.hasOwn()` instead
134
135
## The `Object.hasOwn()` function
136
137
-The `Object.hasOwn()` method returns whether the specified object has _its own property_ (not inherited or a method) that matches a string.
+The `Object.hasOwn()` method returns whether the specified object _owns the given property_ (it is not inherited or a method).
138
139
```javascript
140
class Coffee {
0 commit comments