SaeqaSultani / To-Do-List-Project

this is a To Do List project that the purpose of this project is to understand how use webpack to bundle JavaScript, learn how to use proper ES6 syntax,use ES6 modules to write modular JavaScript and build a simple HTML list of To Do tasks.
https://saeqasultani.github.io/To-Do-List-Project/
8 stars 0 forks source link

JavaScript best practices #4

Open SaeqaSultani opened 2 years ago

SaeqaSultani commented 2 years ago
SaeqaSultani commented 2 years ago
  • please avoid initializing many times the getData method, initialize it one time and use it any time.

ok thanks