const cart = getCart();
// items.length === 0
throw new Error("Cart is empty");
Nothing here yet. Let's fix that.
Start shoppingconst cart = getCart();
// items.length === 0
throw new Error("Cart is empty");
Nothing here yet. Let's fix that.
Start shopping