Re: Array.concat

2015-07-21 Thread Amit Zur
On Tuesday, July 21, 2015 at 4:01:53 PM UTC+3, Till Schneidereit wrote: > On Tue, Jul 21, 2015 at 12:19 PM, Mike de Boer wrote: > > > Hi Amit, > > > > These are called 'Generics' and are available in Firefox as of JavaScript > > 1.6 - see > > https://developer.mozilla.org/en-US/docs/Web/JavaScrip

Re: Array.concat

2015-07-21 Thread Till Schneidereit
On Tue, Jul 21, 2015 at 12:19 PM, Mike de Boer wrote: > Hi Amit, > > These are called ‘Generics’ and are available in Firefox as of JavaScript > 1.6 - see > https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#Array_generic_methods > < > https://developer.mozilla

Re: Array.concat

2015-07-21 Thread Mike de Boer
helps, Mike. > On 21 Jul 2015, at 10:42, Amit Zur wrote: > > Hi, > > I've noticed that Array.concat is defined in Firefox (in addition to > Array.prototype.concat). > I couldn't find any reference for this in MDN. > It seems to work as expected, accepting any numb

Array.concat

2015-07-21 Thread Amit Zur
Hi, I've noticed that Array.concat is defined in Firefox (in addition to Array.prototype.concat). I couldn't find any reference for this in MDN. It seems to work as expected, accepting any number of arrays as arguments and concatenating them. But is this a standard method of