Tufahel / to-do-list

This project is basically a to-do list application based on JavaScript, HTML, and CSS. Where we can add, remove and edit tasks.

Home Page:https://tufahel.github.io/to-do-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Best Practice

Tufahel opened this issue · comments

  • You almost follow Javascript Best Practice in this project. Just need to fix little issues.

if (description != '') {

  • Consider using !== not != in Javascript

  • Consider not using unnecessary free spaces.