We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3df40 commit a468129Copy full SHA for a468129
1 file changed
js/lesson6/tutorial.md
@@ -65,7 +65,7 @@ context.fillRect(100, 100, 50, 100);
65
Now let's add another rectangle, but this time only its outline.
66
67
```
68
-context.strokeRect(400, 100, 50, 100);
+context.strokeRect(300, 100, 50, 100);
69
70
71
**Bonus** Add a new rectangle outline with dimensions **120x150** at the bottom right of the screen. The **line width** of the rectangle should be 1.
0 commit comments