Have you noticed how we put a semicolon at the end of every line we wrote? Basically, these semicolons mark the end of a statement.

Sweet! Unless we write multiple statements in a single line, these semicolons are optional. Nevertheless, it's good practice to use them.

Might we have to use a semicolon in this case?