JavaScript Operators

JavaScript Arithmetic Operators

Arithmetic operators are used to perform arithmetic on numbers:

OperatorDescription
+Addition
-Subtraction
*Multiplication
**Exponentiation (ES2016)
/Division
%Modulus (Division Remainder)
++Increment
--Decrement

Course Overview

Every Web Developer must have a basic understanding of HTML, CSS, and JavaScript.Responsive Web Design is used in all types of modern web...