The function findVowels
should return the vowels found in the given sentence.
- Make sure to return only one instance of any vowel found in the
sentence
string given as input.
- Returned vowels should be alphabetically sorted and in lower case.
- If no vowels are present return an empty array.
For example: