Session Plan
Session Materials
These are some examples of previously created materials by mentors that you can use yourself, or for inspiration.
Session Outline
Array functions
Write this code with traditional functions, no arrow functions yet!
Try to write your own
forEach,mapandfilterwith the trainees. Shows very precisely how it works!forEach- Executes function for each item in the array, NO RETURN!map- Changes/transforms the items in the arrayfilter- Changes the number of items in the array. Let the trainees investigatefilterfilter homemade - Get help from trainees to write this
Arrow Functions
Exercises
See the separate Exercises document.
Code inspiration
See the separate Code inspiration document.
Last updated