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