View on GitHub

reading-notes

Operators and Loops :

JavaScript Comparison Operators :

Operators | Description ———-|————


JavaScript Logical Operators :

Operators Description    
&& logical and    
<   > logical or
! logical not    

Example : Logical Operators

var a = 2 , b = 3 ;


Loops:

How it work ?

FoorLoop


How it work ?

WhileLoop