DEV Community

Discussion on: Clean up your code with these tips!

Collapse
 
lexlohr profile image
Alex Lohr

It's not supported in current ECMAscript. However, a standard proposal called "optional chaining" is currently accepted: github.com/tc39/proposal-optional-...

Thread Thread
 
dechamp profile image
DeChamp

Wow I hadn't caught up to that. Very interesting share. Curious to see if it gets implemented.