closes #2410
This commit is contained in:
parent
6418344d59
commit
2754e03de2
1 changed files with 1 additions and 1 deletions
|
@ -219,4 +219,4 @@ As we can see, all of them are straightforward and simple to use. The `?.` check
|
|||
|
||||
A chain of `?.` allows to safely access nested properties.
|
||||
|
||||
Still, we should apply `?.` carefully, only where it's acceptable that the left part doesn't to exist. So that it won't hide programming errors from us, if they occur.
|
||||
Still, we should apply `?.` carefully, only where it's acceptable that the left part doesn't exist. So that it won't hide programming errors from us, if they occur.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue