WEBVTT

00:00.500 --> 00:05.300
There are some essential concepts that I'm going to use throughout the course, like expression.

00:05.300 --> 00:10.970
You need to remember that expression is something that always returns a result.

00:12.350 --> 00:18.860
There are also statements and statements can execute some actions or control the flow of the program,

00:18.860 --> 00:22.940
but also statements can be expressions.

00:25.400 --> 00:30.380
So expression is also a statement, but statement is not an expression.
