Skip to content

Commit a4fa73a

Browse files
authored
Clarify "create cards" instruction
Change confusing "that function" reference to the specific function being referenced. As a beginner, I found the original language quite vague.
1 parent 87a7ce2 commit a4fa73a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/20 - The DOM/DOM-Cardio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// make an unordered list
88

9-
// add three list items with the words "one, two three" in them
9+
// add three list items with the words "one, two, three" in them
1010
// put that list into the above wrapper
1111

1212
// create an image
@@ -33,7 +33,7 @@
3333

3434
// make a new div with a class of cards
3535

36-
// Have that function make 4 cards
36+
// make 4 player cards using generatePlayerCard
3737

3838
// append those cards to the div
3939
// put the div into the DOM just before the wrapper element

0 commit comments

Comments
 (0)