Operators

Now that we have covered some of the types of data JavaScript has available, and how you can store that information, we need to go over how to dosomething with these data. There are several categories of operations you can perform in the JavaScript language. You can assign and compare data, perform calculations with data, evaluate logic, and manipulate string data. JavaScript also has a set of special operators that amount to programming shortcuts for making some common programming structures with fewer keystrokes.

Assignment

This set of operators allows you to assign variables to data. There are some shorthand ways whereby JavaScript allows you to interact with data assignment to save some of the repetitiveness of programming.

Comparison ...

Get Beginning Facebook Game Apps Development 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.