Update article.md
This commit is contained in:
parent
ee2bc1c6bd
commit
7a67741a9b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ The optional chaining `?.` is a safe way to access nested object properties, eve
|
|||
|
||||
If you've just started to read the tutorial and learn JavaScript, maybe the problem hasn't touched you yet, but it's quite common.
|
||||
|
||||
As an example, let's say we have `user` objects that hold the information about our users.
|
||||
As an example, let's say we have `user` objects that hold the information about our users.
|
||||
|
||||
Most of our users have addresses in `user.address` property, with the street `user.address.street`, but some did not provide them.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue