7 kyu
Vowel one
8,616 of 11,529user6029333
Description:
vowelOne
Write a function that takes a string and outputs a strings of 1's and 0's where vowels become 1's and non-vowels become 0's.
All non-vowels including non alpha characters (spaces,commas etc.) should be included.
Examples:
vowelOne( "abceios" ) // "1001110"
vowelOne( "aeiou, abc" ) // "1111100100"
Fundamentals
Strings
Similar Kata:
Stats:
Created | Oct 19, 2016 |
Published | Oct 19, 2016 |
Warriors Trained | 13633 |
Total Skips | 91 |
Total Code Submissions | 28820 |
Total Times Completed | 11529 |
JavaScript Completions | 8616 |
Haskell Completions | 144 |
Python Completions | 2520 |
Ruby Completions | 230 |
C Completions | 174 |
RISC-V Completions | 13 |
Total Stars | 63 |
% of votes with a positive feedback rating | 94% of 952 |
Total "Very Satisfied" Votes | 846 |
Total "Somewhat Satisfied" Votes | 90 |
Total "Not Satisfied" Votes | 16 |
Total Rank Assessments | 32 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |