Skip to content

Instantly share code, notes, and snippets.

@wiyoe
Created June 13, 2018 06:53
Show Gist options
  • Select an option

  • Save wiyoe/db72f44930c70a4620d9e3f28767cc73 to your computer and use it in GitHub Desktop.

Select an option

Save wiyoe/db72f44930c70a4620d9e3f28767cc73 to your computer and use it in GitHub Desktop.
Javascript Short If Structure
render.page ? (render.page - 1 < 0 ? 0 : render.page - 1) : 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment