From efc36bd0a6332418fee0c529f352e18e8922a0da Mon Sep 17 00:00:00 2001 From: patsul12 Date: Fri, 8 Jan 2016 13:43:52 -0800 Subject: [PATCH] changed instructions to be more clear on data type wanted --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index bf7551a281..2c42dae714 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -3468,7 +3468,7 @@ "
var ourMusic = [
{
\"artist\": \"Daft Punk\",
\"title\": \"Homework\",
\"release_year\": 1997,
\"formats\": [
\"CD\",
\"Cassette\",
\"LP\" ],
\"gold\": true
}
];
", "This is an array of objects and the object has various pieces of metadata about an album. It also has a nested formats array. Additional album records could be added to the top level array.", "

Instructions

", - "Add a new album to the myMusic JSON object. Add artist and title strings, release_year year, and a formats array of strings." + "Add a new album to the myMusic JSON object. Add artist and title strings, release_year number, and a formats array of strings." ], "releasedOn": "January 1, 2016", "challengeSeed": [