odin-javascript-exercises/02_repeatString/repeatString.js
2021-09-11 16:18:55 -06:00

6 lines
101 B
JavaScript

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