From c6afbfb017194ac12def5756aa241c4acd68db23 Mon Sep 17 00:00:00 2001 From: billalp Date: Mon, 4 Nov 2019 12:50:15 +0000 Subject: [PATCH] Starting exrcise --- repeatString/repeatString.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repeatString/repeatString.js b/repeatString/repeatString.js index 770119a..e70c724 100644 --- a/repeatString/repeatString.js +++ b/repeatString/repeatString.js @@ -1,5 +1,5 @@ -const repeatString = function() { - +const repeatString = function(word, times) { + } module.exports = repeatString