{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"const test = [].concat(Array(10000).fill(\u00271\u0027)).concat(Array(100).fill(\u00272\u0027));","IsDeferred":false},{"Name":"Spread operator","Code":"const test = [ ...Array(10000).fill(\u00271\u0027), ...Array(100).fill(\u00272\u0027)];","IsDeferred":false}]}