studiosnabeel / todolist

This is a simple To do List app, where users can Add and Remove Tasks. This App is created using Vanilla JavaScript.
MIT License
6 stars 0 forks source link

Peer to peer review #2

Open mudasiri opened 1 year ago

mudasiri commented 1 year ago

It was a great opportunity reviewing your code. And our comments are below:

Your code is clean well arranged. We suggest thatt you consider using insertadjacentHTML instead of innerHTML because it has security issues.