odin-default-js-exercises/03_reverseString/reverseString.js

7 lines
123 B
JavaScript

const reverseString = function() {
print("hellooo")
};
// Do not edit below this line
module.exports = reverseString;