Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperSimpleDev/javascript-course
/ 11x.js
File
11x.js
1-exercise-solutions/lesson-11/11x.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// When loading the page, load from localStorage.
2
const
todoList = JSON.parse(localStorage.getItem(
'todoList'
)) || [{
3
name:
'make dinner'
,
4
dueDate:
'2022-12-22'
Callers
nothing calls this directly
Calls
1
renderTodoList
Function · 0.70
Tested by
no test coverage detected