We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45435ce commit e9ed9f1Copy full SHA for e9ed9f1
1-js/04-object-basics/04-object-methods/article.md
@@ -257,7 +257,7 @@ On the last line there is a ternary operator that chooses either `user.hi` or `u
257
258
The method is immediately called with parentheses `()`. But it doesn't work right!
259
260
-You can see that the call results in an error, cause the value of `"this"` inside the call becomes `undefined`.
+You can see that the call results in an error, because the value of `"this"` inside the call becomes `undefined`.
261
262
This works (object dot method):
263
```js
0 commit comments