Optional Chaining

1 · David Walsh · July 29, 2019, 12:18 p.m.
For all of the improvements that the JavaScript language has added over the past few years, like the spread operator, default argument values, and arrow functions, there are still a few features I’d love to see implemented. On such feature is optional chaining. Optional chaining allows developers to reference object properties which may or may […] The post Optional Chaining appeared first on David Walsh Blog. ...