FrontendInterviews.dev

683. Math.max/Math.min Empty Input

Easy•

Predict the output.

console.log(Math.max(), Math.min())

What is printed in the console?

Select an option and submit your answer.
Next Problem