Completed second exercise
This commit is contained in:
parent
c64fc24cc5
commit
f41af975a6
|
@ -1,5 +1,5 @@
|
|||
const repeatString = function() {
|
||||
|
||||
const repeatString = function(string, num) {
|
||||
return string.repeat(num);
|
||||
};
|
||||
|
||||
// Do not edit below this line
|
||||
|
|
Loading…
Reference in New Issue