8 Must Know JavaScript Array Methods

1,044,333
0
2019-02-02に共有
Working with arrays in JavaScript used to be a pain with barely any support for complex array operations. Fast forward to today, though, and there are tons of amazing JavaScript array methods available to us. In this video I will be covering the 8 most important array methods in JavaScript.


Timestamps

0:00 - Introduction
0:20 - filter
1:58 - map
2:54 - find
3:42 - forEach
4:30 - some
5:50 - every
6:27 - reduce
8:51 - includes

Twitter:
twitter.com/DevSimplified

GitHub:
github.com/WebDevSimplified

CodePen:
codepen.io/WebDevSimplified


#JavaScript #WebDevelopment #Array

コメント (21)
  • @EduBasabe
    This is the most simple, short, good quality and well explained tutorial I have ever seen.
  • No fluff, straight to the point! I really thank you for this video!
  • I swear this guy explains things better than anyone else on the planet
  • Best video ever. Simple, easy to understand. Effective presentation. Looking forward to more videos. Been binge watching your videos. Thanks a ton..
  • Hello, I'm getting back into web development after a 20+ year absence, and it's pretty scary because everything is so different! Your channel has been a big help. Thank you so much for your clear explanations and tight presentation. Very valuable!
  • I watched a few videos of yours and was quickly convinced. I’m subscribed to your channel, your news letter, and checked out your “appearance” on the How to Code Well podcast. Really like your quick and to-the-point style of teaching, and you move quickly so I don’t get bored at all. I can always pause if I need to, but so many channels move too slowly. Thanks for all the help!
  • @LaChRiZ2k
    For C# developers, who know LINQ: filter == Where() map == Select() find == FirstOrDefault() some == Any() every == All() reduce == Aggregate() includes == Contains() you're welcome.
  • I've just found your channel and you're a great teacher! Thank you for sharing your knowledge. Thanks to you, now things started to get clearer! :)
  • @SiNevesh
    Can't say how much I appreciate these videos. Straight-forward, simple, and most importantly, useful!
  • I wish more people made tutorials like you. Clean , Short , Simple. subscribed , hoping for great content in the future.
  • @hnasr
    Crisp video and right to the point!
  • The reduce method has been confusing me for a little bit as a is newbie. The way you explained it made so much sense! Thank you so much.
  • How is it that I read so many array methods articles and couldn't wrap my head around them, but when I watched this video everything made perfect sense? You're amazing, thank you for making these tutorials!
  • It's probably incalculable how much time and mind power this video has saved me. I am so glad I came across it. Hero! Thank you :)
  • Man this was just amazing. You explain it with such simplicity without complicating and confusing the viewer. Thanks man
  • Wow, the best 10 minutes used to learn how to deal with arrays, Thanks a lot :)
  • Thanks man, i'm glad that every time im entering to Youtube i see one new video of yours, made myself an habit to watch at least one a day to refresh my mind in some subjects that i might forgetting and sometime also get to know for the first time.
  • The two great channels where I learned everything, web dev simplified & Traversy media . 🤘