DEV Community

Cover image for JavaScript Arrays & Array Methods | Everything you need to know
Chaoo Charles
Chaoo Charles

Posted on

JavaScript Arrays & Array Methods | Everything you need to know

In the following video, I will teach you everything that you need to know about JavaScript Arrays and Array Methods

The following are the topics covered:

🚀 Arrays core concepts
🤯 18 most common array methods

  1. push
  2. pop
  3. shift
  4. unshift
  5. splice
  6. slice
  7. concat
  8. indexOf
  9. lastIndexOf
  10. includes
  11. find
  12. findIndexOf
  13. filter
  14. forEach
  15. map
  16. sort
  17. reverse
  18. reduce

🔥 queue vs stack data structure in arrays

Video Tutorial 👇

Top comments (0)