January 2020
Intermediate to advanced
548 pages
13h 36m
English
An operator in JavaScript is a standalone piece of syntax that forms an expression and is typically used to derive something or compute a logical or mathematical output from a set of inputs (called operands).
Here, we can see an expression containing an operator (+) with two operands (3 and 5):
3 + 5
Any operator can be said to have four characteristics:
It's important to understand these foundational ...
Read now
Unlock full access