MCPcopy Create free account
hub / github.com/SuperSimpleDev/javascript-course / cart.js

File cart.js

2-copy-of-code/lesson-18/data/cart.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export let cart;
2
3loadFromStorage();
4

Callers

nothing calls this directly

Calls 1

loadFromStorageFunction · 0.70

Tested by

no test coverage detected