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

Skip to content

Commit acca175

Browse files
authored
Update README.md
1 parent 80affeb commit acca175

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repeatString/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ You will notice in this exercise that there are multiple tests (see in file `rep
1111

1212
## Hints
1313

14+
- Take note of the above function call- how exactly is it being called?
15+
1416
- You're going to want to use a loop for this one.
1517

1618
- Create a variable to hold the string you're going to return, create a loop that repeats the given number of times and add the given string to the result on each loop.

0 commit comments

Comments
 (0)
0