I think the introduction for this exercise was missing crucial information that prevented a learner from completing the task without doing external research. I’ve added additional information that should be sufficient to allow the learner to complete the task without any additional Googling.
The task requires the learner to convert an array to a Set object, which had not been explained how to accomplish in the intro.
The task requires the learner to convert a Set object back to an array, which had also not been explained how to do in the intro.
This PR addresses the 2 aforementioned issues and adds appropriate documentation to the introduction.
Change looks fine, but note that the goal is not necessarily for these exercises to be self-sufficient in terms of documentations. In this case I think it makes sense to add the information to the introduction.
First of all: this is a concept exercise. These focus on one specific concept to learn. The goals are outlined in .meta/design.md inside the exercise directory.
Then there is a decision to make: Is the thing you want to document part of the concept to be taught? Then a brief description in the concept documentation (not in the exercise itself) should be made. Is it required for the exercise, but not yet taught in a required previous concept? Then a very short introduction goes into the exercise documentation. And maybe, if it is not that easy for beginners to get to work, add some hints and links to .docs/hints.md of the exercise.