Jul 21, 2017 · 1 min read
Because it would run in series.
In your example: until someThing() is done, the code is going to stop there.
I mentioned it in the article, but it just depends on the use case, if running in series is the desirable behavior a for of is enough.