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