Merge pull request #9264 from okputus/fix/camelCase-desc-fix

Improved instructions for understanding camelCase in variables challenge
pull/18182/head
Jonathan 2016-06-22 08:27:49 +01:00 committed by GitHub
commit 965386ce78
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@
"<strong>Examples:</strong>", "<strong>Examples:</strong>",
"<blockquote>var someVariable;<br>var anotherVariableName;<br>var thisVariableNameIsTooLong;</blockquote>", "<blockquote>var someVariable;<br>var anotherVariableName;<br>var thisVariableNameIsTooLong;</blockquote>",
"<h4>Instructions</h4>", "<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", "releasedOn": "January 1, 2016",
"challengeSeed": [ "challengeSeed": [