-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There are some issues with this project kindly consider fixing them:
- This function is doing two tasks, kindly try to fix it by taking the task description event outside of the function and link them.
To-do-List/src/modules/CRUD.js
Line 57 in e5e50fa
const editTodo = (todoId) => { - This event listener has many comments inside it, please get rid the inline comments for a clean code.
To-do-List/src/modules/CRUD.js
Line 37 in e5e50fa
listContainer.addEventListener('click', (e) => { - Kindly try to adjust this block of code and use ES6 arrow function instead of normal function
To-do-List/src/modules/CRUD.js
Line 90 in e5e50fa
function checkTodo(todoId) {
Metadata
Metadata
Assignees
Labels
No labels