DEV Community

Discussion on: Daily Challenge #82 - English Beggars

Collapse
 
tomf_31 profile image
Tōm

Thank you for your response, it can also be changed as :

const sums = Array(10).fill(0);

I forgot this function, and it is really helpful and permits to avoid the hackish code I wrote above.

Thanks!