diff --git a/10-longestWords/index.js b/10-longestWords/index.js index a98d2d8..b54e1cb 100644 --- a/10-longestWords/index.js +++ b/10-longestWords/index.js @@ -1,4 +1,13 @@ export function longestWords(words) { // implementar logica aqui - + let maioresPalavras = []; + let auxiliar=words[0]; + for(let i=0;i