Skip to content

Commit f265055

Browse files
I implemented a function for the ordinal number cases
- Continue testing and implementing getOrdinalNumber for additional cases. - Write tests using Jest .
1 parent ecc3f99 commit f265055

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sprint-3/2-practice-tdd/repeat-str.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function repeatStr() {
2+
23
return "hellohellohello";
34
}
45

0 commit comments

Comments
 (0)