August 2012
Beginner
583 pages
16h 1m
English
What actual underlying values are represented by TRUE and FALSE?
What are the simplest two forms of expressions?
What is the difference between unary, binary, and ternary operators?
What is the best way to force your own operator precedence?
What is meant by operator associativity?
When would you use the ===
(identity) operator?
Name the three conditional statement types.
What command can you use to skip the current iteration of a loop and move on to the next one?
Why is a for loop more
powerful than a while loop?
How do if and while statements interpret conditional
expressions of different data types?
See Chapter 4 Answers in Appendix A for the answers to these questions.
Read now
Unlock full access