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