const clientes = [ "Joao-38", "David-25", "Carla-17", ]
module.exports = () => { ... }
const clientes = [ "Joao-38", "David-25", "Carla-17", ]
module.exports = () => { ... }
Fala ai Luan, tudo bem? Dá uma olhada na função reduce
do Array
, ela é o que você está procurando.
Espero ter ajudado.