{"ScriptPreparationCode":"var arr=Array(1000).fill(\u0027\u0027);var arrc=[];","TestCases":[{"Name":"for length","Code":"for(let i=0;i\u003Carr.length;i\u002B\u002B){\r\narrc.push(arr[i]);\r\n}","IsDeferred":false},{"Name":"for in","Code":"for(let i in arr){\r\narrc.push(arr[i]);\r\n}","IsDeferred":false}]}