Examveda
Examveda

How do you find the number with the highest value of x and y?

A. ceil(x,y)

B. top(x,y)

C. Math.ceil(x,y)

D. Math.max(x,y)

Answer: Option D

Solution(By Examveda Team)

Math.max(x,y) is used to find the highest value of x and y.

This Question Belongs to Javascript >> Caching And Debugging

Join The Discussion

Related Questions on Caching and Debugging