{"ScriptPreparationCode":null,"TestCases":[{"Name":"New consts","Code":"for(var x = 0; x \u003C 99999999; \u002B\u002Bx) {\r\n const first = x;\r\n const second = x\u002B1;\r\n}","IsDeferred":false},{"Name":"Reassign lets","Code":"for(var x = 0; x \u003C 99999999; \u002B\u002Bx) {\r\n let ourLet = x;\r\n ourLet = x\u002B1;\r\n}","IsDeferred":false},{"Name":"Reassign vars","Code":"for(var x = 0; x \u003C 99999999; \u002B\u002Bx) {\r\n var ourVar = x;\r\n ourVar = x\u002B1;\r\n}","IsDeferred":false}]}