JavaScript for-loops areā¦ complicated – HTTP203
> Looping sure is complicated in JavaScript. There are 4 different types of loops that have the word `for` in them.
The gist below show you a basic for, for-in, for-of, and for-each loop in Javascript.
Confused yet?
Well in Google Go, they solved this problem by only having 1 type of loop. And it’s a for loop.