May 2015
Beginner
360 pages
6h 39m
English
Chapter 5
In This Chapter
Reading and coding JavaScript expressions
Changing values with assignment operators
Thinking logically with comparison operators
Doing the math with arithmetic operators
Getting wise to bitwise operators
Putting it together with string operators
“Hello Operator. Can you give me number 9?”
— The White Stripes
JavaScript operators, expressions, and statements are the basic building blocks of programs. They help you manipulate and change values, perform math, compare two or more values, and much, much more.
In this chapter, you discover how operators, expressions, and statements do their work and how you can best use them to your advantage.