<head> <h1>Prompt: or</h1> </head> <body> <script> prompt("Enter Age") ? alert("OK") : alert("Missing age"); </script> </body>