
- 1.Instruction Trolls are attacking your comment section! A common way to deal with this situation is to remove all of the vowels from the trolls' c

문제 Build a function that returns an array of integers from n to 1 where n>0. Example : n=5 --> [5,4,3,2,1] 주어진 조건 ! 체크조건 n은 0보다 크다 ( where n > 0 )

- Description Return the number (count) of vowels in the given string. We will consider a, e, i, o, u as vowels for this Kata (but not y). The input

6kyu

7kyu

8kyu