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

File cart-oop.js

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

Source from the content-addressed store, hash-verified

1function Cart(localStorageKey) {
2 const cart = {
3 cartItems: undefined,
4

Callers

nothing calls this directly

Calls 1

CartFunction · 0.70

Tested by

no test coverage detected