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

7 lines
101 B
JavaScript
Raw Normal View History

const repeatString = function() {
};
2017-08-21 15:28:29 +00:00
// Do not edit below this line
module.exports = repeatString;