--- id: 587d7fab367417b2b2512bd7 title: Create a Scatterplot with SVG Circles challengeType: 6 videoUrl: '' localeTitle: '' --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert($("circle").length == 10, "Your code should have 10 circle elements.");' ```
## Challenge Seed
```html ```
## Solution
```js // solution required ```