Daily JavaScript Challenge #JS-197: Validate Palindrome NumberWrite a function that checks if a given integer is a palindrome, meaning it reads the same backward as forward.Function should return true if the number is a palindrome, and false otherwise.Join the Daily JavaScript Challenge for more coding practice and learning opportunities.