Skip to content

Commit f6a2edb

Browse files
authored
Update 03-firstquote.md
1 parent 7d0a6cf commit f6a2edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/03-firstquote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Great! That's the first line. Now, how would we print the last line?
22

3-
You'll want to edit `[0]` to include the index of the last value in the array. You can check out [quotes.txt]({{ repoUrl }}blob/master/quotes.txt) to see the number of lines.
3+
You'll want to edit `[0]` to include the index of the last value in the array. You can check out [quotes.txt]({{ repoUrl }}/blob/master/quotes.txt) to see the number of lines.
44

55
Since the first value is the _zeroth_, you'll need to remove one from the number you include for the last value.
66

0 commit comments

Comments
 (0)