Merge 99dd286a82 into 0747078d97
				
					
				
			This commit is contained in:
		
						commit
						8bb1b7e20b
					
				| 
						 | 
					@ -17,7 +17,7 @@ You will notice in this exercise that there are multiple tests (see in file `rep
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Take note of the above function call- how exactly is it being called?
 | 
					- 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 can use a loop or built-in JavaScript Function 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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue