intermediate
Debug JavaScript Function
Find and fix a logic error in a JavaScript array function.
📝 प्रॉम्ट सामग्री
The following JavaScript function is intended to return the largest number in an array, but it is currently returning undefined. Analyze the code, find the logic error, and provide the corrected function.