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

Skip to content

Commit 08c1a80

Browse files
authored
Update README.md
1 parent 0601b36 commit 08c1a80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

repeatString/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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-
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.
1210

1311

1412
## hints

0 commit comments

Comments
 (0)
0