Skip to content

Commit e0df807

Browse files
authored
Update 2-dom-challenges.md
1 parent 9e9f658 commit e0df807

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

2-dom-challenges.md

+10
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,16 @@ This is a Google challenge! Look online to figure out how to ***change the backg
134134

135135
<br/>
136136

137+
## Group review:
138+
139+
:star: [**Click here to open our shared Glitch project again**](https://glitch.com/edit/#!/join/90ae8166-64f3-486f-9821-f2a725c842ee) to review and practice a bit more together!
140+
141+
**Your challenge:**
142+
1. Create a new paragraph in the HTML file with a unique `id` attribute (you can just use your name)
143+
2. Then in the JavaScript file, change the `textContent` of your unique paragraph to display a sentence about yourself!
144+
3. Bonus: use JavaScript to change the background color of your unique paragraph.
145+
146+
<br/>
137147
<hr/>
138148

139149
:trophy: ***Great job!*** **[Next up: Events and event listeners](https://github.com/LearnTeachCode/beginner-javascript-workshop/blob/master/3-event-challenges.md)**

0 commit comments

Comments
 (0)