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: Sprint-3/reading-list/script.js
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,3 @@ function readingList(bookArray) {
43
43
}
44
44
}
45
45
readingList(books);
46
-
// Render the list of books on the page. Each book should have a title, author and image and a background colour that is set dependent on whether we have read the book or not.
47
-
48
-
// ## 🧭 Strategy
49
-
50
-
// Try and outline your strategy / approach for solving this problem before you get started. There is also a test suite provided to help you meet the acceptance criteria in the issue.
0 commit comments