Challege 13 D3

1. Make an SVG with five circles, each with a different color, using data.

2. Make an SVG with five circles, ordered diagonally across the SVG.

3. Make an SVG with five circles, ordered randomly across the SVG. **(Hint: Math.random())**

4. Make an SVG with three circles and a rectangle.

5. Make a triangle with yellow fill and a blue border.

*Extra Credit*: Make the triforce from Zelda

**Super Extra Credit**: Scape all the data from [this visualization](http://bl.ocks.org/mbostock/raw/3887118/), using Javascript, then use it in [this visualization](http://bl.ocks.org/mbostock/3244058).