Posts

Showing posts with the label ES11

Salesforce Fact #598 | ES11 Optional Chaining Operator

Image
With ES11 in JS, we now have the optional chaining operator which is similar to the safe navigation operator in apex. Reference:  https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining Attached is the screenshot.