Starting challenge

This commit is contained in:
billalp 2019-11-03 22:18:23 +00:00
parent 92f305dac8
commit a04ffff1b5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
const reverseString = function() {
const reverseString = function(word) {
}
module.exports = reverseString