Chapter 6Utilizing JavaScript Operators

Operator Categories

An operator, as the name suggest, performs some action. Programming languages would be virtually useless if they did not provide the programmer with operators to use. JavaScript has many operators, most of them borrowed from C and Java. The wide variety of operators makes it necessary to divide them into the following categories:

Mathematical operators

String operators

Bitwise operators

Assignment ...

Get Advanced Javascript, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.