Merge pull request #5610 from SaintPeter/fix/case-sensitivity-description
Update Case Sensitivity Description
This commit is contained in:
@ -229,7 +229,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>",
|
||||||
"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",
|
"releasedOn": "January 1, 2016",
|
||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
@ -5141,4 +5141,4 @@
|
|||||||
"isBeta": "true"
|
"isBeta": "true"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user