Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oviniciusfeitosa/a5c32b011feb0cda4ae612fc5d556c5e to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/a5c32b011feb0cda4ae612fc5d556c5e to your computer and use it in GitHub Desktop.
Oliver Steele’s Nested Object Access Pattern.md
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