For C# developers, who know LINQ: filter == Where() map == Select() find == FirstOrDefault() some == Any() every == All() reduce == Aggregate() includes == Contains() you're welcome.
This is the most simple, short, good quality and well explained tutorial I have ever seen.
I swear this guy explains things better than anyone else on the planet
This video is one of the reasons that I preach people learning sth in this era wouldn't require taking particular courses and having high-paid pedagogues... THANKS SIR♥️♥️♥️♥️♥️♥️
U can use reduce to consume an array of promises step by step await [1, 2, 3, 4].reduce(async (prevPromise, nextValue) => { await prevPromise; return new Promise((resolve, reject) => { setTimeout(() => { console.log('nextValue', nextValue) resolve() }, 200) }) }, Promise.resolve())
I wish more people made tutorials like you. Clean , Short , Simple. subscribed , hoping for great content in the future.
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!
5 years later, and still this is the best teacher on youtube! Thanks man, you're awesome!
This tutorial has more knowledge than many 1hour+ tutorial videos. Well done!
Wow, the best 10 minutes used to learn how to deal with arrays, Thanks a lot :)
i love that most of his videos are fast-forwarded it makes it a challenge to keep up sometimes XD
No fluff, straight to the point! I really thank you for this video!
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!
Can't believe I just learned about all these methods under a 10 min tutorial. Man love & respect for you. 🙇♂🙇♂
This video will deliver the expectations you expect from the title. Simple and straightforward
When learning Javascript you start to learn 10 percent then.... 5 years later you finish with the last 20 percent of knowledge.. Good stuff mate
Funny how much more helpfully and clear this is about these methods over some tutorials that spend 30 to 45 on each method
No bullshit, just pure explanation. Awesome!
This is wholesome! Clean, Clear and Concise! Props
@seenuvasanv