Skip to content

Commit 1aac84e

Browse files
committed
Fixed spelling mistakes
1 parent dc0f3f7 commit 1aac84e

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
@@ -5,3 +5,4 @@ function repeatStr(str, count) {
55

66
return str.repeat(count);
77
}
8+
module.exports = repeatStr;

0 commit comments

Comments
 (0)