@ -3,8 +3,10 @@
console.log("App");
let addForm = document.getElementById("addFormElement");
addForm.addEventListener("submit", addBook);
function addBook(){
function addBook(event){
event.preventDefault();
console.log("Add Book");
}
The note is not visible to the blocked user.