export function longestWords(words) { // implementar logica aqui let maioresPalavras = []; let auxiliar=words[0]; for(let i=0;i