Open cosywasswa opened 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 😊👌
You did well implementing almost all the features.