<head> <h1>Ternary</h1> </head> <body> <script> confirm("Are You MAN? or WOMEN") ? alert("You are MAN") : alert("You are WOMEN"); </script> </body>