exercism / javascript

Exercism exercises in JavaScript.
https://exercism.org/tracks/javascript
MIT License
567 stars 613 forks source link

Implement new Concept Exercise: Async/Await #1502

Open junedev opened 2 years ago

junedev commented 2 years ago

Goal

The goal here is to create a new concept exercise and a new concept from scratch.

Getting started

Here you can read about what Concept Exercises are and how they are structured:

If you have not done so yet, it is probably also helpful to do a couple of "Learning Exercises" (this is how they are called on the site) yourself. You can also look at the code of an existing concept exercise like bird-watcher (concept for-loops) for reference.

Concepts

The following concept needs to be created. You can use the introduction.md file of the concept also as introduction.md file of the exercise. No need to create different content at this point. Additionally, if you want to save some time it is ok to not have an extensive about.md at this point. It can also be mainly the instruction.md content, maybe with some additions you would like to make.

Learning Objectives

In the concepts the student should learn about the following topics and then practice them in the concept exercise.

Out of Scope

Prerequisites

The following concepts should be assumed and defined as prerequisites for the new exercise:

Resources

Here some links that might be helpful as a starting point:

Help

You can choose to do this solo-style, or collaborate with multiple people on this. The suggested approach is to

  1. First accept this issue by saying "I'd like to work on this" (no need to wait for a response, just go with it) and optionally request that someone works with you (and wait for a second person to accept your request).
  2. Use this issue to discuss any questions you have, what should be included in the content and what not and to collect reference material.
  3. Create a PR and set "exercism/javascript" as reviewers. Additionally you can write in #maintaining-javascript that your PR is ready for review. Once you incorporated any critical feedback that the reviewer might give you and the PR is approved, it will be merged by a maintainer.
shubhsk88 commented 2 years ago

Is somebody working on it or I could pick it up

junedev commented 2 years ago

@shubhsk88 It's yours if you want it. 🙂

shubhsk88 commented 2 years ago

Thanks will start working on it this weekend.

pertrai1 commented 2 years ago

@shubhsk88, how is it going on the concept? I would like to pitch in if you are willing? Let me know if I can help. Thanks

shubhsk88 commented 2 years ago

Sorry Got stuck with life but will be finishing this up sooner, I will let you know @pertrai1 if I need help.Thanks for the help😅

junedev commented 2 years ago

@shubhsk88 Can you give a short update on the status here? Feel free to create a draft PR in case you want some early feedback on something. Also let us know in case you can't continue working on this for some reason.

junedev commented 2 years ago

@shubhsk88 Since I didn't hear back from you for some month, I will unassign you from the issue so it can be picked up by someone else.

SalahuddinAhammed commented 2 years ago

I want to work on this.

junedev commented 2 years ago

@SalahuddinAhammed Great that you want to help. I'll assign you to the issue. Please let us know in case you have any questions or decide you don't want to continue working on this.

SalahuddinAhammed commented 2 years ago

That's great. I am working on this issue.

SalahuddinAhammed commented 2 years ago

Sorry to say, I will not work on this issue now for personal reasons.

rockysingh3 commented 2 years ago

I'll happily take this on.

junedev commented 2 years ago

@rockysingh3 I did not see any commits being added to your PR I a while. Are you still planning to work on this?