You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, getBooks is a verb and implies action. Something like getBooks should preferrably be reserved for the function handling such actions, e.g. form.addEventListener("submit"). Something like "book-search" should be more appropriate for the form ID.
Bookaholics/index.html
Line 14 in 16cda93
The name "form" is way too generic for an id. What is this form all about? Find an id that better describes the form's function and role.
The text was updated successfully, but these errors were encountered: