Posts by João Lucas Mendes de Oliveira • 1 point
1 post
-
-2
votes1
answer34
viewsQ: Array size within an object
Hello, I’m doubtful on how to count the values found inside an array, which is in an object. Thanks for your help. let spendin={ recipes:[2000,5000,400], expenses:[8000] } function saldo(spendin){…