Comparison Array.concat() with the trick using Function.apply() and Array.push()

Arrays can be joined with Function.apply() and Array.push() methods.  This sample compares this trick with Array.concat() method.