Skip to content

Expression Statement

Contains nothing but an expression.

Syntax
expr;
Example
1 + 1;
"Hello World";
helloWorld;