JOIN to Javascript allows you to join javascript arrays to other javascript arrays, select, order, etc. It also adds a few methods that I wanted to do myself (outer joins are painful and hacky in LINQ ...
JavaScript Array join() method : The join() method of the array is used to combine all elements of the array and return as a string by separating elements using the given parameter. By default the ...