We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b555a commit 63fc14eCopy full SHA for 63fc14e
exercises/grade-school/description.md
@@ -13,7 +13,7 @@ In the end, you should be able to:
13
- Get a sorted list of all students in all grades.
14
Grades should be sorted as 1, 2, 3, etc., and students within a grade should be sorted alphabetically by name.
15
- "Who is enrolled in school right now?"
16
- - "Let me think.
+ - "Let me think.
17
We have Anna, Barb, and Charlie in grade 1, Alex, Peter, and Zoe in grade 2, and Jim in grade 5.
18
So the answer is: Anna, Barb, Charlie, Alex, Peter, Zoe, and Jim."
19
0 commit comments