From 04b1f03f1b38a8691fea3cf9b19a57c21e7ef726 Mon Sep 17 00:00:00 2001 From: Abhisek Pattnaik Date: Sat, 26 Dec 2015 03:33:06 +0530 Subject: [PATCH] Shopping List --- .../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 856dc2acf8..4ea89e7175 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -1708,7 +1708,7 @@ "title": "Shopping List", "description": [ "Create a shopping list in the variable myList. The list should be a multi-dimensional array containing several sub-arrays. ", - "The first element in each sub-array should contain a string with the name of the item. The second element should be a number representing the quantity. IE:", + "The first element in each sub-array should contain a string with the name of the item. The second element should be a number representing the quantity i.e.", "[\"Chocolate Bar\", 15]", "There should be at least 5 sub-arrays in the list." ],