-
-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement new Concept Exercise: Async/Await #1502
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@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 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@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. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I'll happily take this on. |
@rockysingh3 I did not see any commits being added to your PR I a while. Are you still planning to work on this? |
Hi, I would like to take this on |
@derin-art if you'd still like to work on this, please create a forum post with an outline of your proposed implementation before doing "all the work", to prevent you from having to scrap a lot. Alternatively, open a draft PR such as #1780 |
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
(conceptfor-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.
async-await
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:
promises
errors
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
The text was updated successfully, but these errors were encountered: