Posts by Luciano Medeiros Delgado Motta • 1 point
1 post
-
0
votes3
answers964
viewsA: Calculate change and display available notes with Javascript
I did once using Node, which worked great! function sacarDinheiro(valorSaque) { let contador100 = 0 let contador50 = 0 let contador10 = 0 let contador5 = 0 let contador1 = 0 let valorNota =…