Closed
Description
I've opened a PR for this new exercise: #932
I'd love to have a JavaScript-specific exercise that utilizes Promises. My idea was to have learners implement functions similar to NodeJS's util.promisify
and the Promise
static methods:
Promise.all
Promise.allSettled
Promise.race
Promise.any
Activity