{"ScriptPreparationCode":"var map = new Map()\r\nfor (let i = 0; i\u003C 100; i\u002B\u002B) {\r\n\tmap.set(Math.random().toString(), Math.random())\r\n}","TestCases":[{"Name":"From","Code":"Array.from(map.values())","IsDeferred":false},{"Name":"New","Code":"new Array(...map.values())","IsDeferred":false}]}