fix(challenges): Change invalid ObjectId

Closes #16550
pull/16451/merge
ATLowther 2018-01-24 11:24:35 -05:00 committed by Timo
parent 20a3363d39
commit 528d856405
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
"translations": {}
},
{
"id": "587d78b2366415b2v2512be3",
"id": "5a661e0f1068aca922b3ef17",
"title": "Access an Array's Contents Using Bracket Notation",
"description": [
"The fundamental feature of any data structure is, of course, the ability to not only store data, but to be able to retrieve that data on command. So, now that we've learned how to create an array, let's begin to think about how we can access that array's information.",