Skip to content

Commit fea77f0

Browse files
committed
removed trailing return = true that was not doing anything
1 parent af1e37a commit fea77f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function repeat(str, count) {
1616
);
1717
//return "Error invalid count used, please use integers from 0 upwards.";
1818
}
19-
return true;
2019
}
2120

2221
module.exports = repeat;

0 commit comments

Comments
 (0)