8000 Update README.md with minor word change · gitwinst/javascript-exercises@100f952 · GitHub
[go: up one dir, main page]

Skip to content

Commit 100f952

Browse files
authored
Update README.md with minor word change
1 parent e6c4530 commit 100f952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

12_findTheOldest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Given an array of objects representing people with a birth and death year, return the oldest person.
44

5-
Now that you've reached the end of these exercises, you should be fairly comfortable getting the information you need from test case(s). Take a look at how the array of objects is constructed in this exercise's test cases to help you write your function.
5+
Now that you've reached the final exercise, you should be fairly comfortable getting the information you need from test case(s). Take a look at how the array of objects is constructed in this exercise's test cases to help you write your function.
66

77
## Hints
88
- You should return the whole person object, but the tests mostly just check to make sure the name is correct.

0 commit comments

Comments
 (0)
0