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 |
What is the dollar sign in javascript?
Explain the unshift() method ?
What is enum data type?
Why typeof null is object?
What is scope chain in javascript?
How long does it take to learn javascript?
What is the use of a weakset object in javascript?
What is a callback url?
What is difference between scripting and programming?
To write messages to the screen without using "document.write()"?
What is whitespace in javascript?
Which built-in method returns the index within the calling string object of the first occurrence of the specified value?