What will be the output?
let x = 0; if(x) console.log("True"); else console.log("False");
इसका परिणाम क्या होगा?