Given an array of numbers, write a function to find the second largest number in the array.If the array contains less than two unique numbers, return null.Check out the documentation about this topic here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/InfinityThis is part of our Daily JavaScript Challenge series. Follow me for daily programming challenges and let's grow together! 🚀