Generator Function: A deep dive
In our previous post on the generator function, Understanding Generator Functions in JavaScript let me break down this code step by step, so you can better understand what’s happening when we combine generator functions with Promises. Here’s the code again:…