manzitresor / pair_programming_awesome_books

3 stars 0 forks source link

Awesome-books-single-page-Application #6

Open cosywasswa opened 1 year ago

cosywasswa commented 1 year ago

You did well implementing almost all the features.

marvin-nyalik commented 1 year ago

Great job @manzitresor

-Your code is clear of unnecessary comments ✔ -Your js is compact and straightforward ✔ -Your HTML file uses semantic tags ✔ -Your CSS selectors are definitive of their respective elements ✔

Also as a best practice, you can consider declaring class variables with the static keyword e.g static books;

The static keyword is a vital semantic keyword for declaring variables that belong to the class, rather than an instance of it.

Great job, happy coding 😊👌