If you’re like me, you grew up using the classic for-loop in js. I have no complaints. It works well, is easy to implement, easy to follow and your code is readable. Why would anyone not use a for-loop you might ask? Because it breaks the simple constructs of our…