Change comma to semicolon (#39258)
This commit is contained in:
@ -23,7 +23,7 @@ There are a few differences working with <code>rect</code> elements instead of <
|
||||
|
||||
## Instructions
|
||||
<section id='instructions'>
|
||||
Use the <code>data()</code>, <code>enter()</code>, and <code>append()</code> methods to create and append a <code>rect</code> for each item in <code>dataset</code>. The bars should display all on top of each other, this will be fixed in the next challenge.
|
||||
Use the <code>data()</code>, <code>enter()</code>, and <code>append()</code> methods to create and append a <code>rect</code> for each item in <code>dataset</code>. The bars should display all on top of each other; this will be fixed in the next challenge.
|
||||
</section>
|
||||
|
||||
## Tests
|
||||
|
Reference in New Issue
Block a user