-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
JavaScript best practices
issues that I found in my project:
-
Kindly use just one line to set the values:
Lines 17 to 19 in 1251dd6
task.description = textInput.value; task.completed = false; task.index = index; -
Please try to add the styles in the CSS file and just import them using the"classList.add" statement in the javascript file:
Lines 90 to 92 in 1251dd6
liElement[index].style.background = '#fff'; element.style.background = '#fff'; deleteButton[index].style.background = '#fff';
Lines 75 to 78 in 1251dd6
liElement[index].style.background = '#fff59e'; element.style.background = '#fff59e'; element.style.textDecoration = 'none'; deleteButton[index].style.background = '#fff59e';
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels