What is the output?let numbers = [1, 2, 3, 4]; let result = numbers.find(n => n > 1); console.log(result);