SwVitaliy

Untitled

May 20th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function(a) { console.log( a.concat( Array.prototype.slice.apply(arguments, []) ) ) })([1,2,3], "second", "last")
  2. [1, 2, 3,
  3. Array[3]
  4. , "second", "last"]
Advertisement
Add Comment
Please, Sign In to add comment