Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36
Chrome 64
Mac OS X 10.12.6
Other
2025 years ago
Test name Executions per second
Native 2685953.2 Ops/sec
Lodash 1711120.5 Ops/sec
Script Preparation code:
AخA
 
var obj = {a: {b: {c: {d: 1}}}}
Tests:
  • Native

     
    obj.a && obj.a.b && obj.a.b.c && obj.a.b.c.d
  • Lodash

     
    _.get(obj, "a.b.c.d")