Update palindromes.js
This commit is contained in:
parent
67105d1950
commit
8df33b0be3
|
@ -23,7 +23,7 @@ const palindromes = function (string) {
|
|||
return cleanedString === reversedString;
|
||||
};
|
||||
|
||||
//check with console.log statements below in your daw/
|
||||
//check with console.log statements below in your editor/
|
||||
|
||||
// console.log(palindromes('A car, a man, a maraca.'));
|
||||
// console.log(palindromes('ZZZZ car, a man, a maracazzzz.'));
|
||||
|
|
Loading…
Reference in New Issue