Is there a null-safe property access (null propagation / existence) operator in ES6 (ES2015/JavaScript.next/Harmony) like ?. in
null
?.
No. You may use lodash#get or something like that for this in JavaScript.