Skip to content

Commit ac09133

Browse files
committed
removed unused comment
1 parent c808c0d commit ac09133

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sprint-3/reading-list/script.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ function readingList(bookArray) {
4343
}
4444
}
4545
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.
51-
// The end result should look something like this

0 commit comments

Comments
 (0)