Skip to content

Instantly share code, notes, and snippets.

@jpitchardu
Created May 23, 2018 16:42
Show Gist options
  • Save jpitchardu/35a434c31f9ef5579573f8abc4df102a to your computer and use it in GitHub Desktop.
Save jpitchardu/35a434c31f9ef5579573f8abc4df102a to your computer and use it in GitHub Desktop.
TC39 Optional Chaining Proposal
obj?.arrayProp?[0]?.someProp?.someFunc?.();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment