{"ScriptPreparationCode":null,"TestCases":[{"Name":"Native","Code":"const myObj = { test: { otherTest: undefined } }\r\nconst result = myObj?.test?.otherTest?.secondTest ?? \u0027hello\u0027","IsDeferred":false},{"Name":"Lodash Get","Code":"const myObj = { test: { otherTest: undefined } }\r\nconst result = _.get(myObj, \u0027test.otherTest.secondTest\u0027, \u0027hello\u0027)","IsDeferred":false}]}