Skip to content

Instantly share code, notes, and snippets.

@davsket
Created April 29, 2013 02:44
Show Gist options
  • Save davsket/5479425 to your computer and use it in GitHub Desktop.
Save davsket/5479425 to your computer and use it in GitHub Desktop.
Ternary Expression
var expresion = (new Date()).getHours() > 12 ? 'tarde' : 'mañana'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment