A

Admin • 832.27K Points
Coach

Q. What will be the output of the following code snippet?

Code:
var a = Math.max() < Math.min();
var b = Math.max() > Math.min();
print(a);
print(b);
  • (A) true false
  • (B) false true
  • (C) true true
  • (D) false false
  • Correct Answer - Option(A)
  • Views: 14
  • Filed under category JavaScript
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.