aster-alemu / To-Do-List-Projetc

This project is developed using HTML, CSS and Javascript. It is used to add, remove, delete and update todolist
3 stars 0 forks source link

Following Javascript best practice #7

Open aster-alemu opened 2 years ago

aster-alemu commented 2 years ago

In this exercise, I have been doing the following activities

  1. Open todo list project
  2. check all the function and all of them have descriptive name
  3. check all the variables and all of them have a proper name
  4. all the Javascript files are written separately not within script tag
  5. All html files follow best HTML and Css best practice