Edited basic-javscript.json to improve camelCase task description

Edited clarification statement with consideration to 'DRY'
This commit is contained in:
Oscar
2016-06-21 07:10:55 +00:00
parent bb1fa7f5cc
commit 81fd19e097

View File

@ -235,7 +235,7 @@
"<strong>Examples:</strong>",
"<blockquote>var someVariable;<br>var anotherVariableName;<br>var thisVariableNameIsTooLong;</blockquote>",
"<h4>Instructions</h4>",
"Fix the variable declarations and assignments so their names use <dfn>camelCase</dfn>."
"Modify the existing declarations and assignments so their names use <dfn>camelCase</dfn>.<br>Do not create any new variables."
],
"releasedOn": "January 1, 2016",
"challengeSeed": [