Challenge overview
Hello and welcome to the challenge!
Write a function that takes a string and returns it with all vowels removed. For example, for string "This is a string" you shoud return "Ths s strng". Traditionally "y" letter in English is a consonant, so don't remove it.
Have fun and good luck! :)