Name the numeric constants representing max, min values?



Name the numeric constants representing max, min values?..

Answer / Anshika Khanna

{"numeric": "In JavaScript, you can use the Math object to get the maximum and minimum numeric values. The constants are:n```javascriptnMath.MAX_VALUE // maximum positive valuenMath.MIN_VALUE // minimum positive valuenMath.NEGATIVE_INFINITY // smallest negative number (infinite)n```n}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is the dollar sign in javascript?

1 Answers  


Explain the unshift() method ?

1 Answers  


What is enum data type?

1 Answers  


Why typeof null is object?

1 Answers  


What is scope chain in javascript?

1 Answers  


How long does it take to learn javascript?

1 Answers  


What is the use of a weakset object in javascript?

1 Answers  


What is a callback url?

1 Answers  


What is difference between scripting and programming?

1 Answers  


To write messages to the screen without using "document.write()"?

1 Answers  


What is whitespace in javascript?

1 Answers  


Which built-in method returns the index within the calling string object of the first occurrence of the specified value?

1 Answers  


Categories