Amrhub/To-Do-list

Do I follow JavaScript best practices

Closed this issue · 0 comments

  1. Making two separate setTimeout with same delay time First time Second time
  2. Forgot to clear out console.log here
  3. Could have refactored this block of code and made all created elements that needed to be added in an object having the
    class name and tag name then using a function to assign both while mapping the object after