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 43b06b0 commit 13abce6Copy full SHA for 13abce6
debugging/book-library/script.js
@@ -6,7 +6,7 @@ window.addEventListener("load", function (e) {
6
});
7
8
function populateStorage() {
9
- if (myLibrary.length == 0) {
+ if (myLibrary.length === 0) {
10
let book1 = new Book("Robison Crusoe", "Daniel Defoe", "252", true);
11
let book2 = new Book(
12
"The Old Man and the Sea",
0 commit comments