Corbin Crutchley @crutchcorn.dev · Dec 2 🧵 3/6 This means that our simple `for` loop above can be written using `while(true)`, like so: 0 likes 1 replies ? Reply Replies Corbin Crutchley · Dec 2 🧵 4/6 But that's not all, we can even remove the `i++` and do it ourselves in the body of the `for` loop: