{"ScriptPreparationCode":null,"TestCases":[{"Name":"let","Code":"let aaa = [1];\r\nlet count= 1;\r\nfor(let i=1; i\u003C1000; i\u002B\u002B){\r\n aaa.push(aaa[i-1]\u002B1);\r\n count*=i/2;\r\n}","IsDeferred":false},{"Name":"const","Code":"const aaa = [1];\r\nlet count= 1;\r\nfor(let i=1; i\u003C1000; i\u002B\u002B){\r\n aaa.push(aaa[i-1]\u002B1);\r\n count*=i/2;\r\n}","IsDeferred":false},{"Name":"var","Code":"var aaa = [1];\r\nlet count= 1;\r\nfor(let i=1; i\u003C1000; i\u002B\u002B){\r\n aaa.push(aaa[i-1]\u002B1);\r\n count*=i/2;\r\n}","IsDeferred":false}]}