forked from M3-Academy/challenge-algorithms-v2.0
feature #1
@ -7,7 +7,4 @@ export function longestWords(words) {
|
||||
maior = string;
|
||||
}
|
||||
}
|
||||
const maiores = words.filter((string) => string.length == maior.length);
|
||||
|
||||
return maiores
|
||||
}
|
Loading…
Reference in New Issue
Block a user