June 
	   26th,
	   
	   2017
	 
	  
	  
  
    
	  
		
		
		  
		
		
		  
		
		
      
      
    
    
		
		
	
	
	
| Operator | Description | 
|---|---|
| == | equal to | 
| === | equal value and equal type | 
| != | not equal | 
| !== | not equal value or not equal type | 
| typeof | Returns the type of a variable | 
| instanceof | Returns true if an object is an instance of an object type |