JavaScript Operators: The Basics You Need to Know blog
1. Arithmetic Operators
Arithmetic operators are used to perform mathematical calculations.
Operator
Description
Example
+
Addition
5 + 3 → 8
-
Subtraction
5 - 3 → 2
*
Multiplication
5 * 3 →
javascript-operators-the.hashnode.dev4 min read