8000 Update README.md · dbateman3/javascript-exercises@f0bf584 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0bf584

Browse files
authored
Update README.md
1 parent 4aec9d4 commit f0bf584

File tree

1 file changed

+1
-4
lines changed

repeatString/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ Write a function that simply repeats the string a given number of times:
66
repeatString('hey', 3) // returns 'heyheyhey'
77
```
88

9-
10-
11-
12-
9+
You will notice in this exercise that there are multiple tests, after making the first one pass, enable the others one by one by deleting the x in front of the it() function.
1310

1411
## hints
1512

0 commit comments

Comments
 (0)
0