mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Update README.md
This commit is contained in:
@@ -11,6 +11,8 @@ You will notice in this exercise that there are multiple tests (see in file `rep
|
|||||||
|
|
||||||
## Hints
|
## Hints
|
||||||
|
|
||||||
|
- Take note of the above function call- how exactly is it being called?
|
||||||
|
|
||||||
- You're going to want to use a loop for this one.
|
- You're going to want to use a loop for this one.
|
||||||
|
|
||||||
- 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.
|
- 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user