BonkeGcobo / AwesomeBooks

The first project in the JavaScript module, the project is created using mostly JavaScript
https://bonkegcobo.github.io/AwesomeBooks/
6 stars 0 forks source link

Morning session peer to peer code review #3

Open koomekevo opened 2 years ago

koomekevo commented 2 years ago

Hi @BonkeGcobo Your code is good and standard. Also you have observed the instructions of including all methods and objects inside classes. Keep it up. Just fix the linter errors.

NataliaPoletaeva commented 2 years ago

Good job, Bonke!

🎉You used fast-working methods of creating elements dynamically, keep up the good work!

🌱Think about changing the array with the 'concat' method instead of the 'push' method as it doesn't change the initial array.