Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperSimpleDev/javascript-course
/ saveToStorage
Function
saveToStorage
1-exercise-solutions/lesson-11/11x.js:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
function
saveToStorage() {
61
localStorage.setItem(
'todoList'
, JSON.stringify(todoList));
62
}
Callers
1
addTodo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected