Salesforce Fact #598 | ES11 Optional Chaining Operator

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.










Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow