{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"const params = [ \u0022hello\u0022, true, 7 ];\r\nconst other = [ 1, 2 ].concat(params);","IsDeferred":false},{"Name":"push \u002B flat","Code":"const items = [];\r\nconst params = [ \u0022hello\u0022, true, 7 ]\r\nitems.push(params)\r\nconst other = items.flat()","IsDeferred":false},{"Name":"Push","Code":"const params = [ \u0022hello\u0022, true, 7 ];\r\nconst other = [ 1, 2 ].push(...params);","IsDeferred":false}]}