Sponsored
Use these hints if you're stuck. Try solving on your own first.
How to erase vowels in a string?
Loop over the string and check every character, if it is a vowel ignore it otherwise add it to the answer.
Solve with full IDE support and test cases