MCPcopy 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

1const list = document.querySelector('.list');
2
3fetch("./projects.json")
4 .then(response => {

Callers

nothing calls this directly

Calls 1

updateUIFunction · 0.70

Tested by

no test coverage detected