2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,3 +1,6 @@
|
|||
Take a string and repeat it some number of times. Example: repeat("ha", 5) => "hahahahaha"
|
||||
Take a string and repeat it some number of times.
|
||||
|
||||
Example: repeat("ha", 5) => "hahahahaha"
|
||||
|
||||
If there is a simpler/more efficient way to repeat a single “character” (i.e. creating a string filled with a certain character), you might want to show that as well (i.e. repeat-char("*", 5) => "*****").
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue