Show notes
- Printed out pre and post flight checklist for easy reference and put on desk
- Successful wrote the code for the challenge on lesson 51 "Adding & removing classes"
- Always make your variable names and argument names, directly relatable to what values they are representing.
- The requirement argument in the forEach method should always be named as a singular version of the name of the array i.e. ‘player’ should be the argument for array of named ‘players’
- The requirement argument in the forEach method should always be named as a singular version of the name of the array i.e. ‘player’ should be the argument for array of named ‘players’
- Scheduled my day in Google cal, coding at 9am, journaling and podcast in the evening.

