Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created August 5, 2019 10:48
Show Gist options
  • Save indreklasn/d7d9ddafd4e544c444da68c56dc917c8 to your computer and use it in GitHub Desktop.
Save indreklasn/d7d9ddafd4e544c444da68c56dc917c8 to your computer and use it in GitHub Desktop.
obj?.prop // optional static property access
obj?.[expr] // optional dynamic property access
func?.(...args) // optional function or method call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment