Article
JavaScript Generator Functions
A little while ago, I came across a feature in JavaScript I hadn’t seen before: Generator functions. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function* At first, I was perplexed at what these could be used for. Even still, I find it hard to find a use-case Read more…