Preparation
Reading List
Read/watch through this list of content before you come to the session.
[!TIP] Some topics are covered in multiple links below. Feel free to skip reading if you already feel confident that you understand the topic.
Arrow Functions
Use one or more of the links to :
📖 JavaScript Arrow Function by w3schools.com (10 min)
📽️ Javascript Arrow Functions by HackYourFuture (10 min)
Array Functions
📽️ Javascript advanced array methods part 1 by HackYourFuture (20 min)
📽️ JavaScript advanced array methods part 2 by HackYourFuture (5 min)
📽️ Functional programming in JavaScript by Fun fun functional - Check the first 2 videos. (20 min)
📽️ Array Iteration: 8 Methods by freeCodeCamp.org (5 min)
📖 10 JavaScript array methods you should know by Frugence Fidel (10 min)
📖 Chaining Array functions by Madhumanti Gupta (5 min)
📖 Go to the official documentation by MDN and read the description and examples of each function:
forEach()(10 min)map()(10 min)filter()(10 min)
Last updated