{"ScriptPreparationCode":"var string = \u00271\u0027.repeat(1000);","TestCases":[{"Name":"Array.from","Code":"const array = Array.from(string, x =\u003E x * 2);","IsDeferred":false},{"Name":"[...spread]","Code":"const array = [...string].map(x =\u003E x * 2);","IsDeferred":false}]}