Skip to content

Instantly share code, notes, and snippets.

@clone1018
Created November 1, 2013 19:05
Show Gist options
  • Save clone1018/7270292 to your computer and use it in GitHub Desktop.
Save clone1018/7270292 to your computer and use it in GitHub Desktop.
var weather = prompt("What is the weather today?");
if (weather === "raining") {
document.writeln('You can vote!');
} else {
document.writeln('Sorry, you can not vote yet.');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment