henryesc4345 henryesc4345 01-01-2024 Computers and Technology contestada The function 'longest name() takes an array of names and returns the longest. If theres a tie, it returns the first name of the longest length. However, this implementation is full of bugs! Use your debugging skills to find and fix those bugs.