merge 2 arrays jquery

JavaScript
$.merge( [ 3, 2, 1 ], [ 4, 3, 2 ] )

Source

Also in JavaScript: