Brenda309 / Book-shelf

a simple website that allows users to add/remove books from a list
1 stars 0 forks source link

Peer to Peer Review #2

Open Olamarx opened 2 years ago

Olamarx commented 2 years ago

@Brenda309 Nice and readable code but I think you should remove the alert as it is not professionally advisable. Since the required is in the inputs, just return null.

Again, you have done well.

ulisesedu7 commented 2 years ago

@Brenda309 Hello, overall it is an amazing code! The only recommendation I'd say to you is to separate the DOM manipulation items from the logic of the code (like in the For loop where inside of it there's a DOM item).

Nice job!!