DEV Community

Discussion on: 13 useful JavaScript array tips and tricks you should know

Collapse
 
dasarianudeep profile image
anudeepdasari

Tip 3 is awesome. Never knew till the time that Array.from takes a second argument a function that would replicate .map functionality. Good One !!!