Created
August 5, 2019 10:48
-
-
Save indreklasn/d7d9ddafd4e544c444da68c56dc917c8 to your computer and use it in GitHub Desktop.
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
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