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 dc0f3f7 commit 1aac84eCopy full SHA for 1aac84e
Sprint-3/2-practice-tdd/repeat-str.js
@@ -5,3 +5,4 @@ function repeatStr(str, count) {
5
6
return str.repeat(count);
7
}
8
+module.exports = repeatStr;
0 commit comments