As with the previous challenges, make use of D3's .data() method, passing **dataset** as an argument.
## Hint 2
Ensure that you follow using .data(arg) with .enter()
## Hint 3
Finally, to create and add the **rect** shape, make use of the .append() method, passing "rect" as an argument. Ensure that you enclose "rect" in quotation marks.