update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
3
Task/Repeat-a-string/00DESCRIPTION
Normal file
3
Task/Repeat-a-string/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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) => "*****").
|
||||
Loading…
Add table
Add a link
Reference in a new issue