OPERATORS
Operators (JS): symbols that perform actions on values
👉 Types:
- Arithmetic →
+ - * / % - Comparison →
== === > < - Logical →
&& || ! - Assignment →
= += -=
Operators (JS): symbols that perform actions on values
👉 Types:
+ - * / %== === > <&& || != += -=