{"ScriptPreparationCode":"var testArr = [null, null, null, undefined, {test: \u0027yes\u0027}, true]","TestCases":[{"Name":"test optional chaining","Code":"testArr[0] || testArr[1] || testArr[2] || testArr[3] || testArr[4] || testArr[5]","IsDeferred":false},{"Name":"test for loop selecting","Code":"for (var t of testArr) {\r\n\tif(t) break;\r\n}","IsDeferred":false}]}