Where can I learn more about the if/then statement in this format:
var x = "hello";
x=(x=="hello")? alert("hello") : alert("bye")
thank you