Lesson 4: Changing Variable Values

In the third lesson, we "generalized" our code to draw any number of lines just by changing one variable "numberOfLines". Now we can change that from 10 to 100 to get much smoother curve. We've also changed the stroke color here to white.

Look how great it is to generalize our code with an algorithm rather than just entering lots of repetitive commands!