I am sahil, a fresher in IT industry, completed masters, but still love to learn a lot of new stuffs.
var amIAlive = true;
while(amIAlive){
console.log("Coding...");
if("suddenly something happens to me"){
amIAlive = false;
}
}
console.log("New Life again coding...");