On Mon, Jun 11, 2012 at 9:09 AM, Tom Ellis <tellis...@gmail.com> wrote:

> > ES6 draft specifies a new Array constructor called Array.from that will
> essentially convert "array-likes" into arrays
>
> This will have uses for the arguments objects too, for people that aren't
> using ...rest in ES6.
>

Indeed - Array.from can be used with any object that has a numeric index
and length property whose value is a number - which covers a very wide
swath of Ecmascript/non-Ecmascript objects.


Rick


>
> Tom
>
> _______________________________________________
> es-discuss mailing list
> es-discuss@mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to