-
Notifications
You must be signed in to change notification settings - Fork 20
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
Comments
please assign me |
Assing me @xaster-Kies |
Done @BertinAm |
Thanks @xaster-Kies |
please assign me |
Done @ngigordon |
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
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"
The text was updated successfully, but these errors were encountered: