Operands and operators are the elemental forces of JavaScript. By combining them, you create expressions, the basic building blocks of code. As such, understanding operators and operands is key to coding your own scripts.
This reading list currently covers the most common operators, but remains under construction: in particular, bitwise, ternary and JS2015 operators have yet to be addressed. These will be added in the very near future: for now, there is plenty of material here to start your own scripts.
Prerequisites: JavaScript Fundamentals
Estimated time: 1 hour
Introduction
Arithmetic Operators
Assignment Operators
Equality Comparison Operators
Relational Operators
Logical Operators
The Ternary Operator
Photograph by Archigeek, licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 2.0 Generic license.
Enjoy this piece? I invite you to follow me at twitter.com/dudleystorey to learn more.