From 81fd19e097ee35b9b81edd24e8cd168860ec46a0 Mon Sep 17 00:00:00 2001 From: Oscar Date: Tue, 21 Jun 2016 07:10:55 +0000 Subject: [PATCH] Edited basic-javscript.json to improve camelCase task description Edited clarification statement with consideration to 'DRY' --- .../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 7ac5e11aca..9c0b407377 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -235,7 +235,7 @@ "Examples:", "
var someVariable;
var anotherVariableName;
var thisVariableNameIsTooLong;
", "

Instructions

", - "Fix the variable declarations and assignments so their names use camelCase." + "Modify the existing declarations and assignments so their names use camelCase.
Do not create any new variables." ], "releasedOn": "January 1, 2016", "challengeSeed": [