When an empty statement is encountered, a JavaScript interpreter
When an empty statement is encountered, a JavaScript interpreter Correct Answer Ignores the statement
The JavaScript interpreter takes no action when it executes an empty statement. The empty statement is occasionally useful when you want to create a loop that has an empty body.