{"ScriptPreparationCode":null,"TestCases":[{"Name":"Set in the loop","Code":"const dump=[];\r\nconst end=100000;\r\nfor(var i=0; i\u003Cend; i\u002B\u002B){\r\n dump.push(i);\r\n}","IsDeferred":false},{"Name":"set after the loop","Code":"const dump=[];\r\nconst end=99999;\r\nfor(var i=0; i\u003Cend\u002B1; i\u002B\u002B){\r\n dump.push(i);\r\n}","IsDeferred":false}]}