challenge-algorithms-v2.0-d.../09-mostRepeatedChar/index.js

4 lines
70 B
JavaScript

export function mostUsedChar(text) {
// implementar logica aqui
}