My online tech scrapbook where I keep my notes in case I need to look them up later
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.
No comments:
Post a Comment