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

7 lines
100 B
JavaScript
Raw Permalink Normal View History

2021-05-21 01:13:55 +00:00
const palindromes = function () {
2017-08-25 19:07:28 +00:00
};
2017-08-25 19:07:28 +00:00
// Do not edit below this line
module.exports = palindromes;