Skip to content

Commit 1590eec

Browse files
committed
Delete unsued code
1 parent 7d3028f commit 1590eec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function repeat(str, count) {
2-
//const str = arguments[0];
3-
//const count = arguments[1];
42
if (count < 0) {
53
throw new Error("Count must be a non-negative integer");
64
}

0 commit comments

Comments
 (0)