Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
JavaScript Tutorial
Operators 81 codes
Home
JavaScript Tutorial
Operators
1 ! (Logical NOT)
2 != (Not Equal)
3 !== (Non-Identity)
4 %= (Modulus Assignment)
5 (Bitwise OR)
6 (Greater Than)
7 (Less Than)
8 (Logical OR)
9 (Shift Left)
10 (Shift Right with Sign)
11 (Shift Right Zero Fill)
12 , (Comma)
13 ^= (Bitwise Exclusive OR Assignment)
14 ~ (Bitwise NOT)
15 + (Addition) with data type conversion
16 += (Addition Assignment)
17 = (Bitwise OR Assignment)
18 = (Division Assignment)
19 = (Greater Than or Equal)
20 = (Less Than or Equal)
21 = (Multiplication Assignment)
22 = (Shift Left Assignment)
23 = (Shift Right with Sign Assignment)
24 = (Shift Right Zero Fill Assignment)
25 ===(Identity)
26 A Comparison Operator returns boolean variable
27 Add string and integer together
28 Advanced Assignment Operators
29 Append two strings together
30 Arithmetic operator in action
31 Arithmetic Operators (+)
32 Assignment by Value Versus by Reference
33 Assignment operator
34 Bitwise AND Truth Table
35 Bitwise Exclusive OR Truth Table
36 Bitwise Operators
37 Compound assignment operators
38 Conditional Operator
39 Delete
40 Division ()
41 Equal and Not Equal
42 Equal Operator
43 Finding the absolute value
44 Get variable type
45 Identically Equal and Not Identically Equal
46 JavaScript provides three Boolean operators
47 Logical AND
48 Mod operator in action
49 Modulus (%)
50 Multiplication ()
51 New
52 Not identically equal operator
53 Operator order in action
54 Operator Precedence from highest to lowest
55 Post-Decrement
56 Postfix operator
57 Postfix operator 2
58 Post-Increment
59 Pre-Decrement
60 Prefix operator
61 Prefix operator 2
62 Pre-Increment
63 String and addition operator (+)
64 Subtraction (-)
65 Tenary operator
66 The Conditional Operator and if Statement
67 The Typeof Operator
68 Typeof
69 Typeof a variable
70 Unary Negation
71 Use logical NOT to control the loop
72 Using Bitwise Exclusive OR Plus Assignment Operator
73 Using the Bitwise AND Operator
74 Using the Bitwise AND Plus Assignment Operator
75 Using the Bitwise Exclusive OR Operator
76 Using the Bitwise Exclusive OR Operator (2)
77 Working With JavaScript Divide Operators
78 X += 2 (Compound Plus)
79 X = 2 (Compound Multiply)
80 X -= 2 (Compound Subtraction)
81 X = 2 (Multiply Divide)