JavaScript Arithmetic Operators
Arithmetic operators are used to perform arithmetic operations. JavaScript Arithmetic Operators List: Operator Description Example + Addition 30+20 = 50 – Subtraction 30-10 = 20 * Multiplication 10*10 = 100 / Division 50/10 = 5