Created
November 1, 2013 19:05
-
-
Save clone1018/7270292 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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