DEV Community

Discussion on: Practical Ways to Write Better JavaScript

Collapse
 
kikekeys profile image
Enrique Tecayehuatl

Just a tiny check in code, I think you wanted to say myArray.length instead of

for (let i = 0; i < myArray; i += 1)

Good article Ryland!

Collapse
 
taillogs profile image
Ryland G

Thanks a ton.