--- id: 587d7faa367417b2b2512bd4 title: Add a Hover Effect to a D3 Element challengeType: 6 videoUrl: '' localeTitle: '' --- ## Description undefined ## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert($("rect").attr("class") == "bar", "Your rect elements should have a class of bar.");' ```
## Challenge Seed
```html ```
## Solution
```js // solution required ```