{"ScriptPreparationCode":"let i = 0;","TestCases":[{"Name":"with let","Code":"for(let x = 0; x \u003C 1000; x\u002B\u002B) {\r\n\tlet j = 0\r\n\tj\u002B\u002B;\r\n}\r\n","IsDeferred":false},{"Name":"without let","Code":"for(let x = 0; x \u003C 1000; x\u002B\u002B) {\r\n\ti\u002B\u002B;\r\n}","IsDeferred":false}]}