Skip to content

Instantly share code, notes, and snippets.

@ukn-ubi
Last active August 29, 2015 13:57
Show Gist options
  • Save ukn-ubi/9706259 to your computer and use it in GitHub Desktop.
Save ukn-ubi/9706259 to your computer and use it in GitHub Desktop.
name = prompt "What is your name?"
alert "Hello "+name+"!"
prompt "How was your day?"
feel = prompt "Are you well?"
if feel == "no"
alert "Call the doctor!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment