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