What is the output of the following JavaScript code: console.log(Math.max(10, 20, 30));
30
20
10
undefined

Web Development Exercises are loading ...