{"ScriptPreparationCode":"var subarrs = [\r\n [ {\u0022name\u0022: \u0022hello\u0022, \u0022isGood\u0022: true},\r\n {\u0022name\u0022: \u0022hello\u0022, \u0022isGood\u0022: false},\r\n {\u0022name\u0022: \u0022hello2\u0022, \u0022isGood\u0022: true},\r\n ],\r\n \r\n];","TestCases":[{"Name":"Array.prototype.concat","Code":"var other = [ {\u0022name\u0022: \u0022hello 3\u0022, \u0022isGood\u0022: true} ]\r\nsubarrs.concat(other)","IsDeferred":false},{"Name":"Push Spread","Code":"var other = [ {\u0022name\u0022: \u0022hello 3\u0022, \u0022isGood\u0022: true} ]\r\nsubarrs.push(...other)","IsDeferred":false}]}