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