{"ScriptPreparationCode":"var a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map(Math.random);\r\nvar b = new Set([1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map(Math.random))\r\nvar c = new Set([1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map(Math.random))\r\nvar d = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map(Math.random);","TestCases":[{"Name":"array","Code":"for (const x of a) {}","IsDeferred":false},{"Name":"set","Code":"for (const x of b) {}","IsDeferred":false},{"Name":"Array for Each","Code":"d.forEach(_ =\u003E _)","IsDeferred":false},{"Name":"Set for Each","Code":"c.forEach(_ =\u003E _)","IsDeferred":false}]}