Skip to content

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

@yjlim5

Description

@yjlim5

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions