Maximize Palindrome Length From Subsequences
Given two strings, s1 and s2, return the maximum length of a palindrome that can be formed by combining the characters from the two strings. You can use any number of characters from each string, but you cannot change the order of the characters.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)