DEV Community

Discussion on: Enumerating Arrays in JavaScript

Collapse
 
jtonzing profile image
Josh Tonzing

Can I suggest you include the output of your console.log's. It will make it easier for the reader to understand what the code is doing.

Collapse
 
incessantmeraki profile image
incessantmeraki

Yea , I think i should do that to make things clear. Thanks for the suggestion!