Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an object that shows number of vowels and consonants in a string #77

Open
yjlim5 opened this issue Jun 6, 2017 · 2 comments
Open
Labels

Comments

@yjlim5
Copy link
Collaborator

yjlim5 commented Jun 6, 2017

Given a string, return an object that shows how many vowels and consonants there are.

Input: "heads",
Output:
{ vowel: 2,
consonant: 3
}

@yjlim5 yjlim5 added the easy label Jun 6, 2017
@fragm3
Copy link

fragm3 commented Jun 6, 2017

Hi, assign me on this!

@msach22
Copy link
Collaborator

msach22 commented Jun 6, 2017

@fragm3 we don't assign issues to individuals because we want everyone to practice all of the problems. Feel free to send up a merge request when you have the solution!

rkalra247 added a commit to rkalra247/algorithms that referenced this issue Jun 6, 2017
rkalra247 added a commit to rkalra247/algorithms that referenced this issue Jun 6, 2017
msach22 added a commit that referenced this issue Jun 6, 2017
ColinX13 added a commit to ColinX13/algorithms that referenced this issue Jun 7, 2017
msach22 pushed a commit to msach22/algorithms that referenced this issue Jun 8, 2017
msach22 pushed a commit to msach22/algorithms that referenced this issue Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants