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 44a17a3 commit d4120a0Copy full SHA for d4120a0
1-js/04-object-basics/07-optional-chaining/article.md
@@ -36,7 +36,7 @@ Once again, if the element doesn't exist, we'll get an error accessing `.innerHT
36
37
How can we do this?
38
39
-The obvious solution would be to check the value using `if` or the conditional operator `?`, before accessing it, like this:
+The obvious solution would be to check the value using `if` or the conditional operator `?`, before accessing its property, like this:
40
41
```js
42
let user = {};
0 commit comments