Skip to content

Commit 3995be9

Browse files
committed
'Random Background Color Changer' style: README.md update main README steps(1..5) (variation_2)
1 parent 72fd976 commit 3995be9

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ In this project, you will help CamperBot build a random background color changer
2727
<summary>
2828
<h5>Example Code</h5>
2929
</summary>
30-
<code>
31-
SyntaxError: unknown: Unexpected token, expected "," (5:2)
32-
</code>
30+
<code>SyntaxError: unknown: Unexpected token, expected "," (5:2)</code>
3331
</details>
3432
<p>
3533
Syntax errors are thrown when the JavaScript engine encounters something it can't interpret. In this case, it looks like CamperBot has syntax errors in the <code>darkColorsArr</code> array.

__1__step__/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
<summary>
1919
<h5>Example Code</h5>
2020
</summary>
21-
<code>
22-
SyntaxError: unknown: Unexpected token, expected "," (5:2)
23-
</code>
21+
<code>SyntaxError: unknown: Unexpected token, expected "," (5:2)</code>
2422
</details>
2523
<p>
2624
Syntax errors are thrown when the JavaScript engine encounters something it can't interpret. In this case, it looks like CamperBot has syntax errors in the <code>darkColorsArr</code> array.

0 commit comments

Comments
 (0)