Sascha Schulz
2023-08-29 591547229838adc62ec7b55583996b96ca128af2
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);