JavaScript Operators

JavaScript Operators


JavaScript Operators
An operator is used to transform one or more values into a single resultant value.
The value which the operator is applied to is referred to as operands.
A combination of operator and its operands is referred to as an expression.
JavaScript supports following types of operators links are as shows below: