diff --git a/palindromes/palindromes.js b/palindromes/palindromes.js index 2131658..6edcf7f 100644 --- a/palindromes/palindromes.js +++ b/palindromes/palindromes.js @@ -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.'));