Favourezeugwa/TO-DO-LIST

Self-Assessment: Do I follow Javascript Best Practices.

Opened this issue · 0 comments

Highlights 👍🏽:

  • Javascript in the browser ✔️
  • YAGNI ✔️
  • KISS ✔️
  • HTML/CSS ✔️

Required Changes ♻️:

  • Object Destructuring wasn't used. Object restructuring will avoid repeating a lot of code.
  • The DRY code wasn't observed