feature #1

Merged
Emilly_schuenck merged 12 commits from feature into master 2022-11-02 21:34:20 +00:00
Showing only changes of commit 9d6abdd1be - Show all commits

View File

@ -7,7 +7,4 @@ export function longestWords(words) {
maior = string;
}
}
const maiores = words.filter((string) => string.length == maior.length);
return maiores
}