Skip to content

Commit

Permalink
Clarify "create cards" instruction
Browse files Browse the repository at this point in the history
Change confusing "that function" reference to the specific function being referenced. As a beginner, I found the original language quite vague.
  • Loading branch information
ajaxbits authored May 2, 2020
1 parent 87a7ce2 commit a4fa73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/20 - The DOM/DOM-Cardio.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// make an unordered list

// add three list items with the words "one, two three" in them
// add three list items with the words "one, two, three" in them
// put that list into the above wrapper

// create an image
Expand All @@ -33,7 +33,7 @@

// make a new div with a class of cards

// Have that function make 4 cards
// make 4 player cards using generatePlayerCard

// append those cards to the div
// put the div into the DOM just before the wrapper element
Expand Down

0 comments on commit a4fa73a

Please sign in to comment.