Operators in JS
Operators
Common operators:
Arithmetic
+, -, *, /, %'
Assignment
=, +=, -=
Comparison
==, ===, !=, <, >