Skip to content

Commit cda105f

Browse files
committed
updated readme file
1 parent 7c7d96f commit cda105f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ Let's unveil the "mysteries":
211211
212212
2. Looping Through and Comparing Characters:
213213
214+
This could be a bit confusing than the previous implementation.
215+
We will break it into simple steps.Stay in the game.
216+
217+
218+
214219
```js
215220
function palindromeChecker(text) {
216221
let charArray = text.toLowerCase().split('')

0 commit comments

Comments
 (0)