{"ScriptPreparationCode":"var arrArr = [[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3],[], [], [1,2,3]];","TestCases":[{"Name":"!!arr.length","Code":"for (arr in arrArr) {\r\n\tif (!!arr.length) console.log(1)\r\n else console.log(0)\r\n}","IsDeferred":false},{"Name":"arr.length \u003E 0","Code":"for (arr in arrArr) {\r\n\tif (arr.length \u003E 0) console.log(1)\r\n else console.log(0)\r\n}","IsDeferred":false}]}