From 0d66d04b54fed8a1ec17b1109b53d19b67526da9 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Wed, 30 Dec 2015 19:33:00 -0800 Subject: [PATCH] Update Case Sensitivity Description --- .../basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index e0f927db84..d4c2593ee0 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -229,7 +229,7 @@ "Examples:", "
var someVariable;
var anotherVariableName;
var thisVariableNameIsTooLong;
", "

Instructions

", - "Correct the variable assignments so their names match their variable declarations above." + "We have provided some decidedly non-standard case variable declarations. Update the variable assignments so their names match the case of their declarations above." ], "releasedOn": "January 1, 2016", "challengeSeed": [ @@ -5141,4 +5141,4 @@ "isBeta": "true" } ] -} +} \ No newline at end of file