mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
@@ -1,4 +1,4 @@
|
||||
# Exercise 09 - Palindromes
|
||||
# Exercise XX - palindromes
|
||||
|
||||
Write a function that determines whether or not a given string is a palindrome.
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
const palindromes = function () {};
|
||||
|
||||
};
|
||||
|
||||
module.exports = palindromes
|
||||
|
||||
Reference in New Issue
Block a user