about | help | code help+videos | done | prefs |
max
Given an array, return the largest value in the array. The array will have at least one element. max([3, 7, 1]) → 7 max([8, 9, 1, 2, 9]) → 9 max([0, 0]) → 0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy