Sascha Schulz
2024-01-15 1109dda95dc35fc579429fe8c86f3868420fc665
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);