Skip to content

Commit a56645e

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

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
@@ -47,9 +47,7 @@ In this project, you will help CamperBot build a random background color changer
4747
<summary>
4848
<h5>Example Code</h5>
4949
</summary>
50-
<code>
51-
Uncaught ReferenceError: math is not defined
52-
</code>
50+
<code>Uncaught ReferenceError: math is not defined</code>
5351
</details>
5452
<p>
5553
A <code>ReferenceError</code> is thrown when a non-existent variable is referenced. In this case, it looks like CamperBot is trying to use <code>math</code> but JavaScript doesn't have a <code>math</code> object.

__2__step__/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
<summary>
1313
<h5>Example Code</h5>
1414
</summary>
15-
<code>
16-
Uncaught ReferenceError: math is not defined
17-
</code>
15+
<code>Uncaught ReferenceError: math is not defined</code>
1816
</details>
1917
<p>
2018
A <code>ReferenceError</code> is thrown when a non-existent variable is referenced. In this case, it looks like CamperBot is trying to use <code>math</code> but JavaScript doesn't have a <code>math</code> object.

0 commit comments

Comments
 (0)