Benjamin (Inglor) Gruenbaum (2013-12-18T12:33:04.000Z)
From: Shijun He <hax.sfo at gmail.com>
Subject: Re: About Array.of()
> This is an old thread which I like to mention again. The proposal is
change the method name from Array.of() to Array.fromElements() to make it
clear especially for non-English native programmers.

`Array.of` sounds a lot more expressive than `.fromElements` to me.

Optimally I'd like the array constructor to just accept a collection and
convert it to an array but that's not going to happen. Would you mind
explaining the issue here for non native English speakers?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131218/a7cd0eed/attachment.html>
domenic at domenicdenicola.com (2014-01-03T16:46:05.462Z)
`Array.of` sounds a lot more expressive than `.fromElements` to me.

Optimally I'd like the array constructor to just accept a collection and
convert it to an array but that's not going to happen. Would you mind
explaining the issue here for non native English speakers?