Loops aka iteration

homework


Watch var type objects, map(), while and for loops, and nested loops

Read loops

Make a project that uses a lot of repetition to create a scene or animation. Explain how you would have to make it without loops verse with loops in your post about your process. Be sure to use at least one while and one for loop.

Examples

object var type and for loop/nested for loop

changing stroke color with switch case or if/else if