Expression: It is a collection of operands and operators

Example: a=a+b;

Operator: An operator is a kind of expression-related thing that operates on operands.

Variable :

Rules :

Variable declaration :

Syntax: Var variable_name;

Example: var name ;