Alphabet Removal Sequence
You're given a string s. You want to repeatedly remove the first occurrence of each alphabet character from 'a' to 'z' in s until s becomes empty. After performing these operations, return the value of s just before applying the last operation.
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)