mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-11 18:55:59 +09:00
ad1c0c407f
This reverts commit f76e9e108f.
6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
const repeatString = function() {
|
|
|
|
}
|
|
|
|
module.exports = repeatString
|