Index
Symbols
! (NOT operator),
,
!= (abstract inequality operator),
!== (strict inequality operator),
"following a recipe" metaphor,
$ (dollar sign),
,
% (remainder operator),
&& (AND operator),
() (parentheses),
** (common wildcard in scripts),
*/ (close comment),
+ (addition operator),
+ (unary addition operator),
++ (increment operator),
- (subtraction operator),
- (unary negation operator),
-- (decrement operator),
-g (global) switch (npm),
/ (forward slash) division operator,
/* (open comment),
// (forward slashes, double) comment,
< (less than operator),
<!-- open comment (HTML),
<= (less than or equal to operator),
== (abstract equality operator),
=== (strict equality operator),
=> (arrow notation),
> (greater than operator),
>= (greater than or equal to operator),
[] (square brackets),
\ (backslash character),
` (backtick character) string interpolation,
,
| (bar, bitwise OR operator),
|| (OR operator),
~ (tilde) home directory shortcut (Unix),
“ (double quote),
… (ellipsis) MDN metasyntax,
… (spread operator),
,
,
A
abstract equality operator (==),
abstract inequality operator (!=),
accumulator value (Array#reduce),
acknowledgements,
actual arguments,
add() method (sets),
addEventListener method,
addition operator (+),
aggregate data types,
Ajax
endpoints,
jQuery and,
jQuery convenience methods,
325