Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ clearComplete
Function
clearComplete
assets/js/DragToDo.js:211–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
updateDOM();
210
}
211
function
clearComplete(){
212
completeListArray.pop();
213
updateDOM();
214
}
215
function
clearOnHold(){
216
onHoldListArray.pop();
217
updateDOM();
Callers
nothing calls this directly
Calls
1
updateDOM
Function · 0.70
Tested by
no test coverage detected