Code Challenge: Find the second greatest length
This is the second post in a series of at least 10 code challenges. You can find the others here. Challenge: Given an array of at least three strings, the function secondGreatest should return the second highest length value. For example, if…