8000 reset activity to origin to deal with Jasmine-related terminal errors · rhawkenson/javascript-exercises@bd60a13 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd60a13

Browse files
committed
reset activity to origin to deal with Jasmine-related terminal errors
1 parent dbd537b commit bd60a13

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

repeatString/repeatString.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
let string;
1+
const repeatString = function() {
22

3-
const repeatString = function(str, repeat) {
4-
for (let i = 0; 0 < 4; i++){
5-
string += 'hey';
6-
}
73
}
84

95
module.exports = repeatString

0 commit comments

Comments
 (0)
0