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