Mini Course Chapter 2 Part 6 8.0 min
This is the last video of chapter 2 of this mini-course.
In this video we clean the script that we constructed during the first videos.
- Place semicolons at end of line
- Remove long array with stimuli and use loop with .push to create a long array containing all stimuli
- Changed the i = i+1 statements to: i++