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 a5879e7 commit e255a25Copy full SHA for e255a25
Sprint-3/3-mandatory-practice/implement/get-ordinal-number.test.js
@@ -9,5 +9,6 @@ const getOrdinalNumber = require("./get-ordinal-number");
9
// Then the function should return "1st"
10
11
test("should return '1st' for 1", () => {
12
- expect(getOrdinalNumber(1)).toEqual("1st");
13
- });
+ expect(getOrdinalNumber(1)).toEqual("1st");
+});
14
+console.log(getOrdinalNumber(1));
0 commit comments