Skip to content

Add new exercise: Promises #933

Closed
@slaymance

Description

@slaymance
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @SleeplessByte@junedev@slaymance

      Issue actions

        Add new exercise: Promises · Issue #933 · exercism/javascript