If we do not provide any value inside max function,then what will be the output?

 Posted by Rajesh_Kumar on 2/17/2014 | Category: JavaScript Interview questions | Views: 1706 | Points: 40
Answer:

If we do not provide any value inside max function,then it will return Infinity meaning that output will be Infinity.

For Example:
var result = Math.max();


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response