Option Chaining

The best addition to JavaScript since async/await.

I included this documentation published in MDN on option chaining because I think the feature is one of, if not the, most important new additions to vanilla JavaScript in 2019. Option chaining and nullish coalescing are amazing quality of life improvements that I think all JavaScript developers should use. Personally I use this language feature multiple times a day and it makes my JS code much cleaner and more readable.

Comments