Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
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
showTodo
Function · 0.85
parse
Method · 0.80
remove
Method · 0.80
Tested by
no test coverage detected