JavaScript All Operators
1. Arithmetic Operators
Perform mathematical calculations on numbers.
+ (Addition) – Adds two numbers.
5 + 3 // 8
- (Subtraction) – Subtracts one number from another.
10 - 4 // 6
* (Multiplication)
git-for-beginners-01.hashnode.dev5 min read