Sascha Schulz
2023-11-07 5ec2fda085ef8c56063783f49f599518713bb35e
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);