// syntax condition ? inline code for ture condition : inline code for false condition; 3 > 2 ? true : false; // return true