logo
logo

Filtering Arrays

Beginner

Filtering Arrays

Given an array 'numbers', filter out all numbers less than 10 and log the filtered array to the console.

Console
Submit
Solution
00:00