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

Class

2-copy-of-code/lesson-17/data/cart-class.js:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Cart {
2 cartItems;
3 #localStorageKey;
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected