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