Index

A note on the digital index

A link in an index entry is displayed as the section title in which that entry appears. Because some sections have multiple index markers, it is not unusual for an entry to have several links to the same section. Clicking on any link will take you directly to the place in the text in which the marker appears.

Symbols

% operator, Arithmetic, Breaking Out of a Loop, Images, FizzBuzz, Elements by Tag Name, Pausing the Game
&& operator, Comparisons, Short-Circuiting of Logical Operators, Mother-Child Age Difference
* operator, Numbers, Logical Operators, Repeating Parts of a Pattern
*= operator, Breaking Out of a Loop
+ operator, Numbers, Strings, Logical Operators, Repeating Parts of a Pattern, Dynamic Types
++ operator, Breaking Out of a Loop
+= operator, Breaking Out of a Loop
- operator, Arithmetic, Strings, Logical Operators, Breaking Out of a Loop
-= operator, Breaking Out of a Loop
/ operator, Arithmetic
/= operator, Breaking Out of a Loop
200 (HTTP status code), The Protocol, The Filesystem Module
204 (HTTP status code), A Simple File Server
2d (canvas context), The Canvas Element
400 (HTTP status code), Content Negotiation, Again
404 (HTTP status code), The Protocol, A Simple File Server, Talks as Resources, Talks as Resources
405 (HTTP status code), A Simple File Server
406 (HTTP status code), The Pie Chart
500 (HTTP status code), A Simple File Server, Error Handling
< operator, Unary Operators
<= operator, Unary Operators
= operator, Variables, Objects, The lastIndex Property, Parsing an INI File, Special Forms
== operator, Unary Operators, Automatic Type Conversion, Mutability, A List
=== operator, Automatic Type Conversion, A List, Reversing an Array
> operator, Unary Operators
>= operator, Unary Operators
?: operator, Comparisons, Short-Circuiting of Logical Operators
[] (array), The Weresquirrel
[] (subscript), Data Sets
{} (block), while and do Loops, Nested Scopes, Higher-Order Functions
{} (object), Methods, Laying Out a Table
|| operator, Comparisons, Automatic Type Conversion, Recursion, Mother-Child Age Difference, A Critter’s Programming Interface, Storing Data Client-Side, FizzBuzz