Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. When an empty statement is encountered, a JavaScript interpreter

  2. A.

     Ignores the statement

    B.

     Prompts to complete the statement

    C.

     Throws an error

    D.

     Throws an exception

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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.


Be The First To Comment