odin-javascript-exercises/09 palindromes/palindromes.js
Benjo Kho 55cfb173d8 Order exercise folders
Ordered the exercise folders by placing their numbers in their folder name
2021-08-07 14:21:26 +08:00

5 lines
69 B
JavaScript

const palindromes = function () {
};
module.exports = palindromes;