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