InterviewSolution
Saved Bookmarks
| 1. |
When an empty statement is encountered, a JavaScript interpreter __________(a) Ignores the statement(b) Prompts to complete the statement(c) Throws an error(d) Shows a warningI got this question in class test.This intriguing question originated from Statements in division Lexical Structures of JavaScript |
|
Answer» The correct choice is (a) Ignores the statement |
|