Sascha Schulz
2023-09-12 3746a867f82bc09b1240b54370b3608677f779bc
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);