From 1ffd770aff5ac81023cf4058031d66f9ccf94387 Mon Sep 17 00:00:00 2001 From: Carlos Lins Date: Thu, 27 Oct 2022 22:20:36 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Remo=C3=A7=C3=A3o=20de=20v=C3=A1riavel?= =?UTF-8?q?=20que=20n=C3=A3o=20estava=20sendo=20usada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 10-longestWords/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/10-longestWords/index.js b/10-longestWords/index.js index 23c2bae..9a8bb12 100644 --- a/10-longestWords/index.js +++ b/10-longestWords/index.js @@ -1,6 +1,5 @@ export function longestWords(words) { // implementar logica aqui - let count = 0; let strFinal = ['']; for(let i = 0; i < words.length; i++){