We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1a3778 + c2f8c4f commit 88ad89fCopy full SHA for 88ad89f
1 file changed
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