MCQ
Which symbol is used to end a statement in JavaScript?
Explanation
JavaScript statements are typically ended with a semicolon (;).
JavaScript statements are typically ended with a semicolon (;).