Session Plan

Session Materials

These are some examples of previously created materials by mentors that you can use yourself, or for inspiration.

Mentors demo

The Mentors demoarrow-up-right is an in-session demo for forEach, map, filter, and chained filter. Use index.js to implement the TODOs in class (FOREACH, MAP, FILTER, CHAINING). The READMEarrow-up-right describes the files, how tasks are marked, and how the code works. index-solution.js has the full implementation for reference.

Session Outline

Array functions

Write this code with traditional functions, no arrow functions yet!

Arrow Functions

Exercises

See the separate Exercisesarrow-up-right document.

Code inspiration

See the separate Code inspirationarrow-up-right document.

Last updated