odin-js-fundamentals-part-4/02_repeatString/repeatString.js

7 lines
101 B
JavaScript

const repeatString = function() {
};
// Do not edit below this line
module.exports = repeatString;