Alright, I admit it ~ toString() probably isn’t a must know, but the rest – well, they’re either very useful or forEach.
I’ll talk trash on forEach all day, every day – but at the end of the day it’s still highly used and thus made the list.
The rest are the js array methods I tend to use most – reduce being far and away my favorite.
- filter
- map
- some
- every
- find
- forEach
- reduce
- includes
- indexOf
- lastIndexOf
- sort
- slice
- join
- toString
#javascript #web-development #developer