Enekwestanley / To-do-list

An interactive app that allows add, edit and remove tasks of a to-do list. Webpack was also used to bundle all JS module into one main JS file. Technologies used: HTML, CSS and JavaScript
2 stars 0 forks source link

Javascript best practices #6

Open Enekwestanley opened 2 years ago

Enekwestanley commented 2 years ago

Your code is good, simple, and understandable. Just a few observations;

Always use descriptive parameters instead of "e". Add more descriptive comments on each block of your code.