Showing posts with label Method. Show all posts
Showing posts with label Method. Show all posts

Saturday, December 14, 2013

JavaScript - Join Method

join - Concatenates an Array together

Purpose: The Join method concatenates the elements of an Array, and returns a string.