The expression statement
An expression that does not return a value can be used as a statement.
ExpressionStatement
One would use an expression statement if the expression has desired side effects. For example, an action or method call can be used in this way.
To be used as a statement, an expression must return nothing.