{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"var params = [ {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {a:\u0022hello\u0022, b:true, c:7} ];\r\nvar other = [ {a:\u0022hello\u0022, b:true, c:7}, {a:\u0022hello\u0022, b:true, c:7}, {a:\u0022hello\u0022, b:true, c:7} ].concat(params);","IsDeferred":false},{"Name":"spread operator","Code":"var params = [ {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {a:\u0022hello\u0022, b:true, c:7} ];\r\nvar other = [ {a:\u0022hello\u0022, b:true, c:7},{a:\u0022hello\u0022, b:true, c:7}, ...params ]","IsDeferred":false},{"Name":"Push","Code":"var params = [ {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {d:{a:\u0022hello\u0022, b:true, c:7},a:\u0022hello\u0022, b:true, c:7}, {a:\u0022hello\u0022, b:true, c:7} ];\r\nvar other = [ {a:\u0022hello\u0022, b:true, c:7},{a:\u0022hello\u0022, b:true, c:7} ].push(...params);","IsDeferred":false}]}