From 4b0768756b8c2ca7482fcb7d1837ee4a7e3b4c47 Mon Sep 17 00:00:00 2001 From: Akshit Sharma Date: Wed, 26 Mar 2025 18:06:05 +0530 Subject: [PATCH] Update complexity.js --- complexity.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/complexity.js b/complexity.js index 7e283f0..196c795 100644 --- a/complexity.js +++ b/complexity.js @@ -1,7 +1,5 @@ function complexFunction(input) { let result = 0; - - for (let i = 0; i < input.length; i++) { if (input[i] % 2 === 0) {