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 542c0c1 commit bb7e874Copy full SHA for bb7e874
debugging/book-library/script.js
@@ -76,7 +76,7 @@ function render() {
76
changeBut.className = "btn btn-success";
77
wasReadCell.appendChild(changeBut);
78
let readStatus = "";
79
- if (myLibrary[i].check == false) {
+ if (myLibrary[i].check === true) {
80
readStatus = "Yes";
81
} else {
82
readStatus = "No";
0 commit comments