Multiple choice

What type of punctuation does a statement ends with?

  1. colon:

  2. semicolon;

  3. question mark ?

  4. exclamation mark !

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In JavaScript, a semicolon is the standard character used to terminate a statement.