Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
function test_var() { var a = 1; { var x =a; console.log(a); // 2 } console.log(a); // 2 } function test_let() { let a=