{"ScriptPreparationCode":"var array = [...new Array(10)]\r\nvar map = new Map();","TestCases":[{"Name":"for-of","Code":"for (const [index] of array.entries()) {\r\n map.set(index, \u0027test\u0027);\r\n}","IsDeferred":false},{"Name":"foreach","Code":"array.forEach((_, index) =\u003E {\r\n map.set(index, \u0027test\u0027)\r\n})","IsDeferred":false}]}