A
Q. When an empty statement is encountered, a JavaScript interpreter
- Correct Answer - Option(C)
- Views: 28
- Filed under category JavaScript
- Hashtags:
A
In JavaScript, an empty statement (a semicolon ; with no associated code) is completely ignored by the interpreter. It does not cause an error or warning.
Example:
;;;
console.log("Hello, World!");
Why Not Other Options?
You must be Logged in to update hint/solution
Be the first to start discuss.
Discusssion
Login to discuss.