1const a = 99; 2if (true) { 3 const b = 101; 4} else { 5 const c = 102; 6} 7process.kill(process.pid, "SIGINT"); 8