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

Max Character #6

Open
xasterKies opened this issue Oct 31, 2021 · 8 comments
Open

Max Character #6

xasterKies opened this issue Oct 31, 2021 · 8 comments
Assignees
Labels
challenge Daily Challenge Easy Beginner Friendly

Comments

@xasterKies
Copy link
Collaborator

Directions

Given a string, return the character that is most commonly used in the string. Make use of functions and methods where necessory

You can code this with any language of you choice!

Examples

maxChar("abccccccd") === "c"
maxChar("apple 1231111") === "1"

@xasterKies xasterKies added challenge Daily Challenge Easy Beginner Friendly labels Oct 31, 2021
@xasterKies xasterKies changed the title Max Char Max Character Oct 31, 2021
@xxxSkypper
Copy link
Contributor

please assign me

@BertinAm
Copy link
Contributor

BertinAm commented Nov 2, 2021

Assing me @xaster-Kies

@xasterKies
Copy link
Collaborator Author

Done @BertinAm

@BertinAm
Copy link
Contributor

BertinAm commented Nov 3, 2021

Thanks @xaster-Kies

@xasterKies xasterKies self-assigned this Nov 5, 2021
@ngigordon
Copy link
Contributor

please assign me

@xasterKies
Copy link
Collaborator Author

Done @ngigordon

@BertinAm
Copy link
Contributor

BertinAm commented Mar 4, 2022

e6ccd04

@BertinAm
Copy link
Contributor

BertinAm commented Mar 4, 2022

thats my pull request for the max character

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge Daily Challenge Easy Beginner Friendly
Projects
None yet
Development

No branches or pull requests

4 participants