diff --git a/Sprint-3/reading-list/index.html b/Sprint-3/reading-list/reading-list-app.html similarity index 100% rename from Sprint-3/reading-list/index.html rename to Sprint-3/reading-list/reading-list-app.html diff --git a/Sprint-3/reading-list/script.js b/Sprint-3/reading-list/script.js index 6024d73a0..185e371b4 100644 --- a/Sprint-3/reading-list/script.js +++ b/Sprint-3/reading-list/script.js @@ -1,4 +1,6 @@ -// for the tests, do not modify this array of books +// for the tests, do not modify this array of books. + + const books = [ { title: "The Design of Everyday Things", @@ -21,3 +23,41 @@ const books = [ }, ]; +// +//create
  • elements +//add the content of the objects to the
  • s + //extract each object from the array +//append the
  • s to the