Starting exrcise
This commit is contained in:
parent
caf69daa5f
commit
c6afbfb017
|
@ -1,5 +1,5 @@
|
|||
const repeatString = function() {
|
||||
|
||||
const repeatString = function(word, times) {
|
||||
|
||||
}
|
||||
|
||||
module.exports = repeatString
|
||||
|
|
Loading…
Reference in New Issue