We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a7ce2 commit a4fa73aCopy full SHA for a4fa73a
exercises/20 - The DOM/DOM-Cardio.js
@@ -6,7 +6,7 @@
6
7
// make an unordered list
8
9
-// add three list items with the words "one, two three" in them
+// add three list items with the words "one, two, three" in them
10
// put that list into the above wrapper
11
12
// create an image
@@ -33,7 +33,7 @@
33
34
// make a new div with a class of cards
35
36
-// Have that function make 4 cards
+// make 4 player cards using generatePlayerCard
37
38
// append those cards to the div
39
// put the div into the DOM just before the wrapper element
0 commit comments