InterviewSolution
Saved Bookmarks
| 1. |
The generalised syntax for a real number representation is __________(a) [digits][.digits][(E|e)[(+|-)]digits](b) [digits][+digits][(E|e)[(+|-)]digits](c) [digits][(E|e)[(+|-)]digits](d) [.digits][digits][(E|e)[(+|-)]digits]I had been asked this question in class test.Question is taken from Types, Values and Variables topic in chapter Lexical Structures of JavaScript |
|
Answer» Correct option is (a) [digits][.digits][(E|e)[(+|-)]digits] |
|