
In this section we will talk about operators in JavaScript.
There are many different groups of operators: logical, comparison, arithmetic etc.
We will discuss most commonly used operators an their syntax.
Also you will learn what is operand, prefix, postfix or infix notations.