From 32930c9ed786390f1128707a8289cbcaad61cb72 Mon Sep 17 00:00:00 2001 From: ATLowther Date: Wed, 24 Jan 2018 11:24:35 -0500 Subject: [PATCH] fix(challenges): Change invalid ObjectId Closes #16550 --- .../basic-data-structures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json b/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json index 4db815fb63..2a96c5fdad 100644 --- a/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json +++ b/challenges/02-javascript-algorithms-and-data-structures/basic-data-structures.json @@ -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.",