Skip to Content
Speaking JavaScript
book

Speaking JavaScript

by Axel Rauschmayer
February 2014
Beginner to intermediate content levelBeginner to intermediate
460 pages
8h 32m
English
O'Reilly Media, Inc.
Content preview from Speaking JavaScript

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

! (exclamation mark)
!= (inequality) operator, Equality Operators, Equality Operators: === Versus ==, Lenient inequality (!=)
!== (strict inequality) operator, Equality Operators, Equality Operators: === Versus ==, Strict inequality (!==), Commonly Accepted Best Practices
checking for NaN, Pitfall: checking whether a value is NaN
logical NOT operator, Operators for Booleans and Numbers, Logical Not (!)
" " (quotation marks, double)
best practice in JavaScript, Commonly Accepted Best Practices
for string literals, Strings, String Literals
$ (dollar sign)
in a replacement string, Test, Match, and Replace with Regular Expressions
% (percent sign)
%= compound assignment operator, Compound Assignment Operators
remainder operator, Operators, Arithmetic Operators, Arithmetic Operators
& (ampersand)
& (bitwise AND) operator, Operators for Booleans and Numbers, Binary Bitwise Operators
&& (logical AND) operator, Binary Logical Operators, Operators for Booleans and Numbers, Binary Logical Operators: And (&&) and Or (||), Logical And (&&)
&= (bitwise AND and assignment) operator, Compound Assignment Operators
' ' (quotation marks, single)
best practice in JavaScript, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

The Joy of JavaScript

The Joy of JavaScript

Luis Atencio
Secrets of the JavaScript Ninja, Second Edition

Secrets of the JavaScript Ninja, Second Edition

Bear Bibeault, Josip Maras, John Resig

Publisher Resources

ISBN: 9781449365028Errata