Added missing spaces and fixes a capitalization typo in the description of the "Use Bracket Notation to Find the Nth Character in a String" waypoint.
See issue #3783
This commit is contained in:
parent
194d80a86a
commit
72cec2ecab
@ -178,9 +178,9 @@
|
||||
"id": "bd7123c9c450eddfaeb5bdef",
|
||||
"title": "Use Bracket Notation to Find the Nth Character in a String",
|
||||
"description": [
|
||||
"You can also use <code>bracket Notation</code>to get the character at other positions within a string.",
|
||||
"You can also use <code>bracket notation</code> to get the character at other positions within a string.",
|
||||
"Remember that computers start counting at 0, so the first character is actually the zeroth character.",
|
||||
"Let's try to set <code>thirdLetterOfLastName</code>to equal the <code>third letter</code> of the <code>lastName</code> variable.",
|
||||
"Let's try to set <code>thirdLetterOfLastName</code> to equal the <code>third letter</code> of the <code>lastName</code> variable.",
|
||||
"Try looking at the <code>secondLetterOfFirstName</code> variable declaration if you get stuck."
|
||||
],
|
||||
"tests": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user