General
- 🧑🎓 codr • Learn JS by solving free coding puzzles. See this 5 minute video by Basarat Ali for a tour.
Arrays
- 📺 Reduce: 10 Different Examples • 25 minute video by Leigh Halliday about how to use
Array.reduce()
to process arrays in various ways - 📺 Can you solve this tricky JavaScript Array problem? • 20 minute video by Wes Bos
Arrays & Objects
- 📺 JS Destructuring in 100 Seconds • 4 minute video by Fireship showing how to destructure JavaScript arrays and objects
Promises
- 📺 JS Fundamentals: Promise.all / Promise.any • 9 minute video by Leigh Halliday about how
Promise.all()
andPromise.any()
can help when multiple promises are pending at the same time
Inbox
- https://gomakethings.com/simpler-boolean-returns-in-functions-with-javascript/
- https://kilianvalkhof.com/2023/javascript/a-small-javascript-pattern-i-enjoy-using/
- ✍️ What is a Factory Function?