oda nabunaga

Results 2 issues of oda nabunaga

Hi @jamesfer , Thanks for all your work on this! Do you plan to implement FOREACH clause?

Hey! In the solution [this line](https://github.com/FrontendMasters/fm-snippets/blob/main/javascript-hard-parts-v2/async.js#L174C1-L174C77) is ```javascript setTimeout(function() { console.log(giveHiSometimes()); }, 4000); // -> 'hi' ``` whilst in the original [course task file](http://csbin.io/async) it's ```javascript setTimeout(function() { console.log(giveHiSometimes()); },...