Sascha Schulz
2024-07-22 33d511b3a1a1b054e715b1d51c21e03c444c4ff0
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);