Before I start, please forgive me for my bad writing skills.
Anything followed by a semi-colon ( ; ) is a statement. There are different types of statements:
- If a statement is manipulating variables, it is a declaration statement.
- If a statement runs a function, it is an expression function.
That’s what I know about statements for now. Please correct me if I made any mistakes.