Starting exrcise

This commit is contained in:
billalp 2019-11-04 12:50:15 +00:00
parent caf69daa5f
commit c6afbfb017
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const repeatString = function() { const repeatString = function(word, times) {
} }