{"ScriptPreparationCode":null,"TestCases":[{"Name":"spread operator","Code":"var a = [ \u0022hello\u0022 ]\r\nvar b = [ \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022 ]\r\nvar other = a.concat(b)","IsDeferred":false},{"Name":"jQuery merge","Code":"var a = [ \u0022hello\u0022 ];\r\nvar b = [ \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022, \u0022hello\u0022 ]\r\nvar other = b.splice(0, 0, a[0]);","IsDeferred":false}]}