Remove K Digits
Given a non-negative integer num represented as a string, remove k digits from the number to make it as small as possible while maintaining the original order of the digits. Return the smallest number you can get after removing k digits.
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)