InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not considered as an error in JavaScript?(a) Syntax error(b) Missing of semicolons(c) Division by zero(d) Missing of BracketThis question was posed to me during an online interview.The query is from Types, Values and Variables in portion Lexical Structures of JavaScript |
|
Answer» Right option is (C) Division by zero |
|