Sascha Schulz
2024-02-19 c08cf6ebc27318aff5f67b015a5d54240bdbf4c3
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);