JavaScript Operators: The Basics You Need to Know
Mar 3 · 7 min read · 🧮 1️⃣ Arithmetic Operators
Used for mathematical calculations.
Operator
Meaning
Example
Output
➕ +
Addition
5 + 3
8
➖ -
Subtraction
5 - 3
2
✖️ *
Multiplication
5 * 3
15
➗ /
Division
6 / 2