Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AyushSaini00/60minuteJavaScript
/ mainApp.js
File
mainApp.js
mainApp.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
list = document.querySelector(
'.list'
);
2
3
fetch(
"./projects.json"
)
4
.then(response => {
Callers
nothing calls this directly
Calls
1
updateUI
Function · 0.70
Tested by
no test coverage detected