Good String Transformation
You are given a string s consisting of lower and upper case English letters. A good string does not contain adjacent characters with the same letter but different cases. To make the string good, you can remove adjacent characters that violate this condition until no such adjacent characters remain. Print the resulting good string.If good string is empty print "NA"
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)