Practice
Leaderboard
Profile
Login
Logout
Code Practice
Code Practice
//Return the maximum value in the given array. //Constraints: // arr will not be null // -2147483647 <= arr[i] <= 2147483647 // 1 <= arr.length <= 100 function max(arr) { return -1; }
Run Tests
Ran
0
tests