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

6 lines
70 B
JavaScript
Raw Normal View History

const repeatString = function() {
};
2017-08-21 15:28:29 +00:00
module.exports = repeatString;