Skip to content

Improve code for initializing array from a function#649

Open
samsamson33 wants to merge 1 commit intobasarat:masterfrom
samsamson33:patch-1
Open

Improve code for initializing array from a function#649
samsamson33 wants to merge 1 commit intobasarat:masterfrom
samsamson33:patch-1

Conversation

@samsamson33
Copy link

Array.from() is, in my opinion at least, clearer in meaning than the spread operator with Array.prototype.map(). Also, as it does not create an intermediate array, it appears to be around twice as fast (on firefox).

`Array.from()` is, in my opinion at least, clearer in meaning than the spread operator with `Array.prototype.map()`. Also, as it does not create an intermediate array, it appears to be [around twice as fast](https://jsben.ch/phmxK) (on firefox).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant