You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repeatString/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ You will notice in this exercise that there are multiple tests (see in file `rep
11
11
12
12
## Hints
13
13
14
+
- Take note of the above function call- how exactly is it being called?
15
+
14
16
- You're going to want to use a loop for this one.
15
17
16
18
- 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