Skip to content

Commit 895e075

Browse files
Shaun PellingShaun Pelling
authored andcommitted
lesson 2 code
1 parent 2c5fb26 commit 895e075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)