Sascha Schulz
2024-12-09 69a6e1505d3339c4963454ee624e3aea846cb924
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);