Update palindromes.js

This commit is contained in:
Hifilo 2023-01-16 22:27:07 -05:00 committed by GitHub
parent 67105d1950
commit 8df33b0be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.'));