for (var i = 0 i < len i++) { console.log("whoops") }
and if i'm in a situation where i need the classic for loop because of js forLoop weirdness, then i will know when to use it with semicolons.