Peter1907 / to-do-list

This is by far the most complicated JavaScript-wise project I've worked on. It simulates a to-do list with functions to add, modify, remove one or multiple elements & save any change to the local storage
3 stars 0 forks source link

Best Practices #4

Open Peter1907 opened 2 years ago

Peter1907 commented 2 years ago

For the JavaScript best practices part, I need to be more concise ... For example, I need to use "forEach" instead of for loops, and I also the map function with arrays.

Peter1907 commented 2 years ago

For the HTML & CSS part, I need to use classes rather than repeating styling for different elements.