We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663c37a commit e249e6aCopy full SHA for e249e6a
src/components/TodoList.ts
@@ -3,7 +3,7 @@ import validation from "../utils/validation.js";
3
import { TodoItem } from "../types/todo.js";
4
5
export default class TodoList {
6
- state: TodoItem[] = [];
+ state: TodoItem[];
7
private readonly $todoList = document.createElement("div");
8
9
constructor(
0 commit comments