Skip to content

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