Sascha Schulz
2024-02-05 745a63103409e57f6371273f612839ef987552ae
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);