![]() Topic awaiting preservation: const and weird XHTMLNS js variables? (Page 1 of 1)  | 
  |
|---|---|
| 
       Paranoid (IV) Inmate From: Northumberland, England  | 
    
       
  posted 10-25-2003 01:44
      
      Hi,  | 
  
| 
       Paranoid (IV) Inmate From: A graveyard of dreams  | 
    
       
  posted 10-25-2003 01:50
      
      The difference between 'var' and 'const' is that a 'const' is a constant variable meaning that you can't change its value once it is created. While the 'var' is a variable variable so you can change its value whenever you feel like it.   |