{"ScriptPreparationCode":null,"TestCases":[{"Name":"while","Code":"let maxRuns = 1000;\r\n\r\nwhile(maxRuns \u003E 0) {\r\n\tconst blah = 1;\r\n\r\n\tmaxRuns -= 1;\r\n}","IsDeferred":false},{"Name":"do while","Code":"let maxRuns = 1000;\r\n\r\ndo {\r\n\tmaxRuns -= 1;\r\n\r\n\tconst blah = 1;\r\n}\r\nwhile (maxRuns \u003E 0);","IsDeferred":false}]}