This is a JavaScript exercise that you can find on the following page:
FreeCodeCamp excercise
This is my code:
function checkCashRegister(price, cash, cid) {
debugger;
var toReturn = cash - price;
var cashArray = [0.01, 0....
asked by
18.08.2018 / 18:12