odin-default-js-exercises/09_palindromes/palindromes.js

7 lines
100 B
JavaScript

const palindromes = function () {
};
// Do not edit below this line
module.exports = palindromes;