Computer Science, asked by aditi171945, 3 months ago

give the output math.min(4.math.max(2,3));​

Answers

Answered by Anonymous
1

Explanation:

The static function Math.min() returns the lowest-valued ... 4. console.log( Math.min(-2, -3, -1));. 5. // expected output: -3. 6 ... If no arguments are given, the result is Infinity .

Similar questions