I was reading airbnb javascript guide. There is a particular statement, that says:
Don’t use iterators. Prefer JavaScript’s higher-order functions ins
see the Performance of foreach and forloop here
only for readablity we are using foreach. Other than that for loop is prefered for browser compatibality ,performance and native feel.