Skip to content

Instantly share code, notes, and snippets.

@certainlyakey
Created March 23, 2015 05:59
Show Gist options
  • Save certainlyakey/7fe183ebdfd0a0df553a to your computer and use it in GitHub Desktop.
Save certainlyakey/7fe183ebdfd0a0df553a to your computer and use it in GitHub Desktop.
Jade - random number in range
- var price = Math.floor(Math.random() * (15 - 1300) + 1300)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment