Build a Palindrome Checker Project - Build a Palindrome Checker

Tell us what’s happening:

I think, that someone messed up order of this certification poject and next lesson, because in next module (Learn the Date object by Building a Date Formatter) i have learned details about .split() method and .reverse() method. If i knew them when I approach this certification project, it would feel like a natural implementation of just gained knowlege. I’m on 20 step of Date formatter and had “aha” moment :smiley:

Challenge Information:

Build a Palindrome Checker Project - Build a Palindrome Checker

1 Like

you can implement the Palindrome Checker without those methods, and it means you need to use more of the things you have learned so far. Certifications Projects are a bit of a challenge on purpose.