What is negative infinity?
Answers were Sorted based on User's Feedback
Answer / suman kr singh
It?s a number in JavaScript, derived by dividing negative
number by zero.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / jordan
It's a special value in the IEEE floating point
specification. In comparisons, it is less than all other
floats.
| Is This Answer Correct ? | 5 Yes | 3 No |
Which built-in method returns the characters in a string beginning at the specified location?
what difference between args.length and args.length() in command line argument?
What is camelcase in programming?
What are the ways to define a variable in javascript?
Which built-in method returns the calling string value converted to upper case?
Where do I put javascript in html?
What is the difference between undefined value and null value?
Does javascript have the concept level scope?
What is context in javascript?
What are the ways to emit client-side javascript from server-side code in asp. Net?
Are Typescript and Javascript the same?
How to find radio button selection when a form is submitted?