odin-default-js-exercises/repeatString/repeatString.js

6 lines
70 B
JavaScript

const repeatString = function() {
};
module.exports = repeatString;