Skip to content

Commit 3fb1336

Browse files
committed
Complete Sprint 3 Practice TDD exercises
1 parent b31a586 commit 3fb1336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function getOrdinalNumber(num) {
2-
return "1st";
2+
return `${num}st`;
33
}
44

55
module.exports = getOrdinalNumber;

0 commit comments

Comments
 (0)