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 4a012c4 commit 1bdc99eCopy full SHA for 1bdc99e
1 file changed
exercises/practice/line-up/.meta/proof.ci.js
@@ -22,4 +22,4 @@ const getSuffix = (number) => {
22
};
23
24
export const format = (name, number) =>
25
- `${name}, you are the ${number}${getSuffix(number)} customer we serve today. Thank you!`;
+ `${name}, you are the ${number}${getSuffix(number)} customer we serve today. Thank you!`;
0 commit comments