Even other operations ,, js

Arcane Masters

   var Hu = { 
        A: 12 is , 
        C: 32 , 
        name: 45 
    }; 

    (function () { 
        var   CCC AAA = = = BBB Hu; 
    }) () 
    the console.log (BBB) 
***************************************
output {a: 12, c: 32 , name: 45}

variable is declared to be understood not mount globally

 

result

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/guyuedashu/p/12003558.html