Skip to content

Commit f3731e9

Browse files
committed
Added JS
1 parent feda70f commit f3731e9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)