Sascha Schulz
2023-04-18 709ecb07ccb2246858ed23f0140dcdfa0f76213e
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);