tutorial.eyehunts.com
JavaScript flatten array of arrays | Example code
Use concat() method to flatten array of arrays (merge arrays) in JavaScript. Using the apply method of concat will just take the second param
Rohit