MCPcopy Create free account
hub / github.com/codemistic/Web-Development / script.js

File script.js

To-do list Web App/script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const taskInput = document.querySelector(".task-input input"),
2 filters = document.querySelectorAll(".filters span"),
3 clearAll = document.querySelector(".clear-btn"),
4 taskBox = document.querySelector(".task-box");

Callers

nothing calls this directly

Calls 3

showTodoFunction · 0.85
parseMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected