Index
Symbols
+ (addition) operator, 8
&& (and) operator, 10
= assignment operator, 9
/= assignment operator, 9
+= assignment operator, 9
–= assignment operator, 9
%= assignment operator, 9
*= assignment operator, 9
{ } (curly braces), 10, 14, 61, 62, 75
-- (decrement) operator, 8
/ (division) operator, 8
== (equal) operator, 9
=== (equal) operator, 9
\' escape code, 20
\" escape code, 20
\\ escape code, 20
> (greater than) operator9
>= (greater than or equal to) operator, 9
++ (increment) operator, 8
< (less than) operator, 9
<= (less than or equal to) operator, 9
% (modulo) operator, 8
* (multiplication) operator, 8
!= (not equal) operator, 9
!== (not equal) operator, 9
! (not) operator, 10
|| (or) operator, 10
( ) (parentheses), ...
Get Learning Angular, 2nd Edition now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.