-
-
Notifications
You must be signed in to change notification settings - Fork 627
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
Improve Concept Exercise: Elyses Transformative Enchantments (array-transformations) #1326
Comments
There is no |
Good point. I didn't notice the folder does not even exist yet. Yes, the concept needs to be created and added to the config.json file. |
Can I work on this? |
Yes, that would be great! Note that I extended the issue description with some ideas about the introduction that I discussed with DJ but forgot to write down before. |
The array transformation concept exists now. The following tasks are left:
|
I will work on the remaining tasks so we can get the exercise live soon. |
The goal of this task is to make sure the Concept Exercise "Elyses Transformative Enchantments" conform to the latest specification. As part of that, the concept
array-transformations
has to be created.The docs can be found here
Additionally you can look at the
bird-watcher
concept exercise for reference.The improvement should include changing the introduction.md file of the exercise to contain some minimal information so that the student is able to solve the exercise. For now it is ok to use that same content as introduction.md and about.md for the Concept as well.
Also ensure that
Here is a general idea for the introduction that was discussed before:
Show how to do something like map or filter with a simple for loop, then show how to do it with the helper method instead. Afterwards provide a table with the common helpers. Just the method name as a link (e.g. to MDN) and a short explanation what this is for. We think its ok if the student reads up on some details of these methods on their own, we don't want to show and explain every single one in detail. Also the list can contain more things, than needed for the exercise (we count that info as "necessary to understand the concept" in contrast to "necessary to solve the exercise").
It might make sense to replace the
fill
task of the exercise (the last one) withreverse
instead as that is probably more commonly used.The text was updated successfully, but these errors were encountered: