{"ScriptPreparationCode":"var pepe = {\r\n a: {\r\n b: null\r\n }\r\n}","TestCases":[{"Name":"Lodash get","Code":"for (var i = 0; i \u003C 1000; i\u002B\u002B) {\r\n var a = _.get(pepe, \u0027a.b.c.d\u0027);\r\n}","IsDeferred":false},{"Name":"Js native Optional Chaining","Code":"for (var i = 0; i \u003C 1000; i\u002B\u002B) {\r\n var a = pepe.a.b?.c?.d;\r\n}","IsDeferred":false}]}