This commit is contained in:
Josh Harvey 2017-03-22 00:51:51 +02:00
parent 340ad2b518
commit b7a93b89f5
5 changed files with 159 additions and 77 deletions

View file

@ -11,7 +11,6 @@ exports.makeChange = function makeChange (cartridges, amount) {
// since they're all integers, well within JS number range,
// and this is way more efficient in a tight loop.
console.log('DEBUG777: %j', cartridges)
const small = cartridges[0]
const large = cartridges[1]