Problem with the description text.
See original GitHub issueChallenge Record Collection has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
Instructions in description text:
For the given id in collection:
If prop does not contain the key "tracks", then update or set the value for that incomplete prop.
If prop does not contain the key "tracks" before you update it, create an empty array before pushing a track to it.
If prop does contain the key "tracks" and its value is non-blank, then push the value onto the end of its existing tracks array.
If value is blank, delete that prop.
Its just a sugesstion because your instructions (specially 3rd line) are confusing a lot of people .
So I think you should change it .
Your third line should be something like If the concerned object does not contain the key "tracks" ,then update it by creating an empty array before pushing a track to it.
because you only want to update when prop contains the value key but the concerned object doesn’t have the tracks property.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Problem & Solution Structure in Text: Overview & Signal Words
The first signal word indicating it is a problem is "dilemmas"; the problem is the overall adoption of electric vehicles. The specific problem ......
Read more >How to fix: Text too short: description [description]
Sign in to your Merchant Center account. Select Products on the navigation menu, then click Diagnostics. Click the Item issues tab to see...
Read more >students' difficulties in writing descriptive text at the seventh ...
Linguistics difficulties in writing descriptive text include the aspect regarding grammatical items and vocabulary mastery. The result showed ...
Read more >Problem and Solution, Description and Procedural/Sequence ...
Problem and Solution, Description and Procedural/Sequence ENGLISH 4 WEEK 4 Part 2 ... Grade 4 English Q1 Ep5: Identifying Various Text Types.
Read more >AN ANALYSIS OF STUDENTS' DIFFICULTIES IN WRITING ...
While the factors that cause the students' difficulties in writing descriptive text are lack of proficiency in the text production skills, lack of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I agree, I have some real concerns about the verbiage used in the checkpoint: Record Collection - https://www.freecodecamp.com/challenges/record-collection
I mean if you look this over the verbiage doesn’t make sense. It may just be semantics but, for someone learning JavaScript. I’m really confused by the new instructions. The old instructions made more sense: https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Challenge-Record-Collection
If you look on my profile: https://www.freecodecamp.com/revisualize You can see two different ways that I solved “Record Collection” before the verbiage in the instructions was changed.
@wiseleo thanks for the feedback. I like your changes and rationale for each change. The instructions should be changed to:
Please first read the contributing guidelines before taking care of this issue. And feel free to visit the Contributors Help chat room if you have any questions about helping. We’re there to help.