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