What does the following code return?let numbers = [2, 4, 6]; console.log(numbers.every(n => n % 2 === 0));