hw05_08.html 148 B

123456789
  1. <head>
  2. <h1>Prompt: or</h1>
  3. </head>
  4. <body>
  5. <script>
  6. prompt("Enter Age") ? alert("OK") : alert("Missing age");
  7. </script>
  8. </body>