Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 397 Bytes

File metadata and controls

7 lines (6 loc) · 397 Bytes

JavaScript/variables/input/conditionals

Who Are You? Who. Who. Who. Who?

  1. Create an HTML and an associated JavaScript file
  2. Write a program that asks the User for their name
  3. If the user enters something for their name, display an alert box that says, 'Hello there WhateverNameEntered!!!'
  4. If user doesn't enter anything, display an alert box that says, 'No Idea Who You Are Pal...'