Manipulating Complex Objects
See original GitHub issueManipulating Complex Objects
Issue Description
In the original code, there is no comma on line 12. Without this comma, the code doesn’t run. You are not supposed to manipulate any code above line 13, so it took me quite a while to figure out why my code wasn’t working. I found another “issue” someone posted, but one of the moderators misunderstood and said that you don’t really need the comma. That’s not the point, you can’t move on unless you put it in, regardless of JS etiquette.
- Browser Name, Version: Chrome
- Operating System: WIN 10
- Mobile, Desktop, or Tablet: Laptop
Your Code
var myMusic = [ { “artist”: “Billy Joel”, “title”: “Piano Man”, “release_year”: 1973, “formats”: [ “CS”, “8T”, “LP” ], “gold”: true }, (NOTE: this is line 12 and in the original, there is no comma) // Add record here { artist: “David Bowie”, title: “Blackstar”, release_year: 2016, formats: [ “CD”, “LP” ] } ];
Screenshot
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Well, considering that most of the examples are very clear about only entering code in certain places, it seems “tricky” to say, “Add record here” and then assume that we’re going to go against what we’ve been doing for the last 100 exercises and go above that to make changes. There must be a more clear way of putting it. Sorry, I’ve been teaching (college level) for the last 15 years, so I’m big on education and very clear instructions. You should never make assumptions when it comes to education.
Best, Cheryl
"A dreamer is one who can only find his way by moonlight, and his punishment is that he sees the dawn before the rest of the world." -Oscar Wilde
On Sun, Jan 8, 2017 at 11:05 PM, mrugesh mohapatra <notifications@github.com
Hey Cheryl,
Please accept my sincere apologies if I was misunderstood. We are open to adapting to changes, but just clarify, my closing the issue, this tracker is for taking bug reports objectively, we do not intend to mislead in any way.
Hence have added the note in the instructions because of similar reports in the past.
We would love to hear your feedback and improvement to the challenge given your experience 😅 in teaching!
Can you help us with any specific changes that you would like to see? You can reach out to the Contributors Chat room, or hit me up as well.
Cheers, and Happy Coding!