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) {