{"ScriptPreparationCode":null,"TestCases":[{"Name":"for \u002B","Code":"const length = 999;\r\nfor (var i=1; i\u003Clength; i\u002B\u002B) {\r\n\treturn i % length;\r\n};","IsDeferred":false},{"Name":"for -","Code":"const length = 999;\r\nfor (var i = length; i \u003E 1; i--) {\r\n\treturn i % length;\r\n};","IsDeferred":false}]}