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