Skip to content

Instantly share code, notes, and snippets.

@ivankravchenko
Last active December 26, 2015 12:59
Show Gist options
  • Save ivankravchenko/7155475 to your computer and use it in GitHub Desktop.
Save ivankravchenko/7155475 to your computer and use it in GitHub Desktop.
pizza ux ok
a = data.customer.addresses
shipTo = if a.home.street and a.work.street
d = new Date
if 1 <= d.getDay() <= 5 and 9 <= d.getHours() <= 18
a.work
else
a.home
else if a.home.street
a.home
else if a.work.street
a.work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment