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
Congratulations for your code! ✌️ It is very short and clean ❤️
These are some little improvements you could add:
In the displayBooks function, you could skip the manual creation and manual appending of an additional if you add it to the li.innerHTML content, and if you append the remove button correctly.
The displayBooks() function's parameters can be minimized to one by simply passing the book object when it is called. And the properties can be found by object destructuring at the receiving end.
In the Readme file, the Authors could be displayed in their own section.
Keep it going! 👍
The text was updated successfully, but these errors were encountered:
Congratulations for your code! ✌️ It is very short and clean ❤️
These are some little improvements you could add:
if you add it to the li.innerHTML content, and if you append the remove button correctly.
Keep it going! 👍
The text was updated successfully, but these errors were encountered: