{"ScriptPreparationCode":null,"TestCases":[{"Name":"Concat","Code":"const params = [\u0022hello\u0022, true, 7];\r\nconst other = [1, 2];\r\nconst joint = params.concat(other);","IsDeferred":false},{"Name":"Spread","Code":"const params = [\u0022hello\u0022, true, 7];\r\nconst other = [1, 2];\r\nconst joint = [...params, ...other];","IsDeferred":false}]}