InterviewSolution
Saved Bookmarks
| 1. |
JavaScript _________ when there is an indefinite or an infinite value during an arithmetic computation.(a) Prints an exception error(b) Prints an overflow error(c) Displays “Infinity”(d) Prints the value as suchThis question was posed to me in an interview for internship.I need to ask this question from Types, Values and Variables topic in portion Lexical Structures of JavaScript |
|
Answer» Right answer is (c) DISPLAYS “INFINITY” |
|