Skip to content

Module is not defined #10

@KlausSchaefersAtWork

Description

@KlausSchaefersAtWork

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions