We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae11710 commit c2f8c4fCopy full SHA for c2f8c4f
1-js/04-object-basics/07-optional-chaining/article.md
@@ -80,7 +80,7 @@ If there's no variable `user` at all, then `user?.anything` triggers an error:
80
// ReferenceError: user is not defined
81
user?.address;
82
```
83
-There must be `let/const/var user`. The optional chaining works only for declared variables.
+There must be `let/const/var user`. The optional chaining works only for declared variables.
84
````
85
86
## Short-circuiting
0 commit comments