JavaScript Operators

JavaScript operators are words or symbols used to perform operations on values and variables. The operations can include assigning values, comparing values, performing arithmetic operations, and combining expressions. JavaScript has many unary (an expression that requires one operand) and binary (an expression that requires two operand) operators and one ternary (an expression that requires three operand) operator. There are several different categories of operators including: