SyntaxFix
Write A Post
Hire A Developer
Questions
"Old school javascript" to the rescue (for those who aren't familiar/in love of functional programming)
for (let i = 0; i < someArray.length ; i++) { let item = someArray[i]; }