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 |
What is difference between undefined variable and undeclared variable?
How do I open javascript on my iphone?
how do you declare variables in javascript?
Example of using regular expressions for syntax checking in javascript?
I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?
How do you declare javascript?
Name the different types of pop up boxes in Javascript?
What are the seven data types of javascript?
What is escape & unescape String functions in JavaScript?
What is prototype in javascript and how do you use it?
How to read elements of an array in JavaScript?
How will you explain closures in javascript? When are they used?