Friday, November 29, 2013

Javascript Adding Arrays

To add a Javascript array to another, use the "concat" method. Note that it doesn't change the original array but instead returns a new one, so you have to assign the return value.

References:

No comments:

Post a Comment