Search
The function findSecondLargest should accept an array of numbers as input and determine the second largest value in the array. If the array has less than two elements, it should return null.
For example: