DEV Community

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

Collapse
 
vijo profile image
vijo

Thanks for the article. Very useful tips in the article as well as the comments!

One query - If i have a two dimensional array (m rows and n columns) - what is the fastest way to create another array with retaining just some selected columns and dropping the others?