{"ScriptPreparationCode":null,"TestCases":[{"Name":"concat","Code":"const firstArray = Array.from({length : 10000}, (v,i) =\u003E ({id : i, name : \u0060firstArray${i}\u0060}))\r\nconst secondArray = Array.from({length : 10000}, (v,i) =\u003E ({id : i, name : \u0060secondArray${i}\u0060}))\r\nconst result = firstArray.concat(secondArray);","IsDeferred":false},{"Name":"spread","Code":"const firstArray = Array.from({length : 10000}, (v,i) =\u003E ({id : i, name : \u0060firstArray${i}\u0060}))\r\nconst secondArray = Array.from({length : 10000}, (v,i) =\u003E ({id : i, name : \u0060secondArray${i}\u0060}))\r\nconst result = [...firstArray,secondArray]","IsDeferred":false}]}