Posts by Kaio rocha ribeiro • 1 point
1 post
-
-4
votes1
answer91
viewsQ: Javascript - Given an array cedulas = [200, 100, 50, 20, 10, 2]
Good Afternoon! Given the function function caixaEletronico(amount){ let totalAvailable = 1000 let cedulas = [200,100,50,20,10,5,2] if (isNaN(amount) || typeof(amount) === 'string' || amount < 1…
javascriptasked Kaio rocha ribeiro 1