Index
Symbols
image
" " (double quotes)
>= (is-greater-than-or-equal-to operator)
<= (is-less-than-or-equal-to operator)
!= (is-not-equal-to operator)
*= (multiply-and-assign operator)
- (unary negation operator)
. (dot notation), accessing property values
/= (divide-and-assign operator)
/ (division operator)
/* (forward slash/asterisk), multiple-line comments
// (forward slashes), comments
; (semicolon). See semicolon (;)
\ (backslash)
defined
escaping characters
special characters
\ (newline character), writeIn() method
_ (underscore), beginning variable names
|| (OR operator)
+ (addition operator)
++ (increment operator)
+ (unary plus operator)

Get JavaScript: A Beginner's Guide, Fourth Edition, 4th Edition 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.