You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-dom-challenges.md
+10
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,16 @@ This is a Google challenge! Look online to figure out how to ***change the backg
134
134
135
135
<br/>
136
136
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/>
137
147
<hr/>
138
148
139
149
: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