eapenzacharias/todolist-v2

View on GitHub
src/scripts/printInterface.js

Summary

Maintainability
A
1 hr
Test Coverage

Function printTask has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function printTask(task, tasks) {
  const li = createElement('li');
  const done = createElement('input');
  done.type = 'checkbox';
  done.checked = task.completed;
Severity: Minor
Found in src/scripts/printInterface.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status