Back to All Challenges
Back to all challenges

Logical Paradox in Array Filtering

Solve the "Logical Paradox in Array Filtering" advanced challenge. Focus: javascript logic.

advancedjavascript

Terminal

user@debugger:~/project$ node app.js
The function incorrectly returns numbers divisible by both 2 and 3, not just even numbers.
user@debugger:~/project$
Test Cases (Click to expand)