Skip to content

Instantly share code, notes, and snippets.

@ashryanbeats
Created February 17, 2012 02:15
Show Gist options
  • Save ashryanbeats/1849875 to your computer and use it in GitHub Desktop.
Save ashryanbeats/1849875 to your computer and use it in GitHub Desktop.
Conditionals in Javascript 5.3
var name = prompt("What's yo' name?")
result = "Nick" ? true : false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment