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