Buy Questpond's video subscriptions on
huge discount
.
Online: 1839
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
JavaScript
>
Loading ...
What will be the output of below max Javascript function?
var output1 = Math.max(55,60);
var output2 = Math.max(-15,-90);
var output3 = Math.max(10,20,30);
Posted by
Rajesh_Kumar
on 2/17/2014 | Category:
JavaScript Interview questions
| Views: 1818 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Output of output1 variable will be 60
Output of output2 variable will be -15.
Output of output2 variable will be 30.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Can we pass any value other than numeric in Max fu ...
Next > :
What does Math.Max function do?
Comments or Responses
Login to post response
More Interview Questions by Rajesh_Kumar
What does Math.Max function do?
What do we mean by SQRT1_2 in Math class?
What is SQRT2 in Math class?
What will be the output of below Javascript code,if we pass string val ...
Give some example of Math.Floor method?
What does Math.Floor function do?
Explain properties available in Math class?
How to get only random number between 1 and 100?
Latest Interview Questions
What is the upcoming version of Android? What's new in that?
Two people will take 2 hours to paint 2 rooms.How many people required ...
There are 9 snooker balls in which one is slightly heavier in weight a ...
What is final class related to OOP's
Differentiate between jquery's ready and holdReady?
Differentiate undefined value and NULL value?
How can you describe === operator?
Differentiate IS and AS operators?
More ...