var who=prompt("Who Is There?") who==="admin"?pass=prompt("Whats Your Password?") : (who===null)?alert("Canceled") : alert("Who Are You??") pass==="123456"?alert("***Welcome***") : (pass===null)?alert("Canceled") : alert("Wrong Password!")