separator in JavaScript

Semicolons separate JavaScript statements. Semicolon marks the end of a statement in javascript. Multiple statements on one line are allowed if they are separated with a semicolon.