Enter your birthdate and see if your birthdate is a palindrome or not.
-> Takes input of birthdate from user.
-> Checks if a date is Palindrome.
-> Display result.
A Vanilla JS app to check if the user's birthdate is a palindrome or not
JavaScript
Enter your birthdate and see if your birthdate is a palindrome or not.
-> Takes input of birthdate from user.
-> Checks if a date is Palindrome.
-> Display result.