{"ScriptPreparationCode":null,"TestCases":[{"Name":"Spread","Code":"[...new Array(10)].map(() =\u003E (Math.trunc(Math.random() * 36)).toString(36)).join(\u0027\u0027);","IsDeferred":false},{"Name":"Array.from","Code":"Array.from({ length: 10 }, () =\u003E (Math.trunc(Math.random() * 36)).toString(36)).join(\u0027\u0027);","IsDeferred":false},{"Name":"Spread (more elements)","Code":"[...new Array(10000)].map(() =\u003E (Math.trunc(Math.random() * 36)).toString(36)).join(\u0027\u0027);","IsDeferred":false},{"Name":"Array.from (more elements)","Code":"Array.from({ length: 10000 }, () =\u003E (Math.trunc(Math.random() * 36)).toString(36)).join(\u0027\u0027);","IsDeferred":false}]}