DEV Community

Discussion on: 10 JavaScript array methods you should know

Collapse
 
dan503 profile image
Daniel Tonon • Edited

Based on that, the answer is essentially "no, they are practically the same" for most use cases.

For some edge cases they do have differences. In those specific edge cases Array.from() is the better one to use.