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