Merge pull request #2820 from AEA2002/staging

Minor edit in Find the Nth Character
This commit is contained in:
Ben McMahon
2015-08-29 19:25:29 +01:00

View File

@ -189,7 +189,7 @@
"Try looking at the <code>secondLetterOfFirstName</code> variable declaration if you get stuck."
],
"tests": [
"assert(thirdLetterOfLastName === 'v', 'The third last letter of lastName should be a \"v\"');"
"assert(thirdLetterOfLastName === 'v', 'The third letter of lastName should be a \"v\"');"
],
"challengeSeed": [
"var firstName = \"Ada\";",