Sascha Schulz
2024-06-10 c22ae4dc345bbc1f90ddad06c3717dd6f749346e
1
2
3
4
5
6
7
var yes = false;
 
if (yes) {
    var a = 1;
}
 
console.log(a);