January 2017
Beginner to intermediate
550 pages
10h 6m
English
In this chapter, you learned a lot about the basic building blocks of a JavaScript program. Now you know the following primitive data types:
You also know quite a few operators, which are as follows:
+, -, *, /, and %++ and -=, +=, -=, *=, /=, and %=typeof and delete&&, ||, and !==, ===, !=, !==, <, >, >=, and <=?Then you learned how to use arrays to store and access data, and finally you saw different ways to control the flow of your program using conditions (if...else or switch) and loops (while, do...while, for, and for...in).
This is quite a bit of information; ...
Read now
Unlock full access