JavaScript: Max in set #49
| Test | Status | Details |
|---|
Ready — edit the code above and click Run or Submit.
console.log(Math.max(49,50,51,52,53));
Try solving on your own first, then reveal the official answer.
Array methods are core to JS interviews.