Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. rickys1094

    JavaScript I have an issue, i am new to programming. ' Uncaught TypeError: Cannot read properties of undefined (reading 'length') '

    [function dispenseCoins(coinValue) { console.log("dispensing: " + coinValue); var coinsToReturnInformation = getNextCoinsToReturn(coinValue); console.log("coinsToReturnInformation: " + JSON.stringify(coinsToReturnInformation, null, 2)); var coinsToReturn =...
  2. rickys1094

    JavaScript I have an issue, i am new to programming. ' Uncaught TypeError: Cannot read properties of undefined (reading 'length') '

    /* 6. After a soda is "vended" update the "sale_total" and move the "sale_coins" into the "total_coins" for the machine * A user adds coins and those are kept in an array on the object. * An item in the machine has a cost. ! After an item is vended, change should be given...
Back
Top Bottom