Please enable JavaScript to view this site.

Knowledge Bridge Documentation

Help version: 3.3.8

 

There are many operators in JavaScript. Here are a few:

 

Assignment uses one = sign

 var x = 10;

 

   Arithmetic Operators                Comparison Operators                            Logical Operators

+

Addition

==

Equal to


&&

Logical and

-

Subtraction

===

Equal value/equal type

 

||

Logical or

*

Multiplications

!=

Not equal to


!

Logical not

**

Exponentiation

!==

Not equal value/type

 

 

 

/

Division

>

Greater than


 


%

Modulus

<

Less than

 

 

 

++

Increment

>=

Greater or equal to


 


--1

Decrement

<=

Less or equal to


 


 


?

Ternary operator


 


Note 1. 2 Minus Signs

 

Knowledge Bridge from Engingeering Intent is a full-featured engineering and sales automation environment