DEV Community

Discussion on: 10 Unpopular Javascript Array Methods

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

At least isArray(), keys() and reverse() are something which I use pretty often, I don't think they have many substitutes either. I wonder how come they are "unpopular"!

Collapse
 
desoga profile image
deji adesoga • Edited

According to google trends, they are, when you compare them to .map(), .filter() and reduce().