Which symbol indicates the end of a line?
Nice! We use the ; sign, known as a semicolon, to mark the end of a line in JavaScript.
;
We use the ; sign to tell the computer where a line of code ends.