Created
October 14, 2019 20:32
-
-
Save oviniciusfeitosa/a5c32b011feb0cda4ae612fc5d556c5e to your computer and use it in GitHub Desktop.
Oliver Steele’s Nested Object Access Pattern.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Oliver Steele’s Nested Object Access Pattern | |
| const name = ((user || {}).personalInfo || {}).name; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment