Guest User

Untitled

a guest
Jan 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Script Demo</title>
  5. </head>
  6. <body>
  7. <!-- Use variables, strings, prompts, and console.log to ask user the following questions. Responses will be in the Console only, no alerts. -->
  8.  
  9. <h1>JS Stalker Exercise</h1>
  10.  
  11. <p>Variables, Strings, Prompt, and Console.log</p>
  12.  
  13. <ul>
  14. <li>Ask for the user's first name</li>
  15. <li>Ask for the user's last name</li>
  16. <li>Ask for the user's age</li>
  17. <li>Print out the user's full name in a sentence</li>
  18. <li>Print out the user's age in a sentence</li>
  19. </ul>
  20.  
  21. <script type="text/javascript" src="script.js"></script>
  22.  
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment