Accessing Nested Arrays in JSON - Example should match challenge #7559
erictleung
commented
@paycoguy Take a look at the contributing guide to get started. There's also the Help Contributors Gitter page if you need help. Good luck!
paycoguy
commented
Is this issue supposed to reference Accessing Nested Arrays in JSON instead? The Array->Object->Array reference makes more sense to me in the Accessing Nested Arrays in JSON challenge.
You are correct:
http://www.freecodecamp.com/challenges/accessing-nested-arrays-in-json
The one with "myPlants" - the example does not match the challenge.
SaintPeter
changed the title from Accessing Nested Objects in JSON - Example should match challenge to Accessing Nested Arrays in JSON - Example should match challenge
paycoguy
referenced
this issue
Merged
Updated example code for Accessing Nested Arrays in JSON to match challenge code #7569
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Challenge
Accessing Nested Objects in JSONAccessing Nested Arrays in JSON-The example code does match the actual challenge very closely, which causes questions.
The example should be updated to be Array->Object->Array.
*Updated: * corrected challenge name.