complexity: 2 ;  importance: 5; author: docentmail  
            
    
                      
                   
            
                      
                   
          
            
          
Hoisting behavior
Problem 2016-01-17-03-49
Question: What would be the alert message for the code snippet?
 alert(aVar);
 var aVar=5;