Lesson 18 Tasks
- Debug means "find the cause of a bug".
 - Using the step-by-step exclamation point is a useful debugging tool.
 - Use the color sees color test to be more specific about color tests.
 - Put testing colors into your sketch to control where the test happens.
 
Starfish Challenge
Create a sketch that follows along the middle of a rainbow by having it
turn left or right depending on which color its front touches.


