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 4136ae2 commit 478a62dCopy full SHA for 478a62d
debugging/book-library/script.js
@@ -89,7 +89,7 @@ function render() {
89
});
90
91
//add delete button to every row and render again
92
- let delButton = document.createElement("button");
+ let delBut = document.createElement("button");
93
delBut.id = i + 5;
94
deleteCell.appendChild(delBut);
95
delBut.className = "btn btn-warning";
0 commit comments