Sascha Schulz
2023-08-15 38e433fc0064ac5fc4ecbc25d30f7d8f095473af
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);