// know one thing - more complex = performance issues
Exercise:
Part 1
Create a small yellow 20x20 rect manually
Create a small green 20x20 rect with d3
Part 2
Delete the green rect with d3 if one exists before creating a new one
Move the green rectangle to a random location
Transition the green rectangle moving
Part 3
Add rectangles from "data"
Move the rectangles like you do with the green (p1)
Redo p1 but do an update (p2)
Transition the colors to the data's colors
Transition to random colors
Part 4: You're done!
Check everything off using d3 on clicking button