-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Description
Hi,
when running the example locally I get an error that module is not defined:
module.exports = { // this lines gives the error
products,
cart,
addProductToCart,
increaseQuantity,
decreaseQuantity,
removeProductFromCart,
cartTotal,
pay,
emptyCart,
/* Uncomment the following line if completing the currency converter bonus */
// currency
}
This is the output I get in the dev tools
script.js:91 Uncaught ReferenceError: module is not defined
at script.js:91:1
Metadata
Metadata
Assignees
Labels
No labels