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 2c5fb26 commit 895e075Copy full SHA for 895e075
app.js
@@ -0,0 +1,4 @@
1
+const search = document.getElementById('search-books');
2
+const bookList = document.getElementById('book-list');
3
+
4
+console.log(search, bookList);
0 commit comments