8000 Revert "Update README.md" · romanbridge/javascript-exercises@4d1f419 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d1f419

Browse files
committed
Revert "Update README.md"
This reverts commit f0bf584.
1 parent 290e7f1 commit 4d1f419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

repeatString/README.md

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

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.
9+
10+
11+
12+
1013

1114
## hints
1215

0 commit comments

Comments
 (0)
0