Skip to content

Instantly share code, notes, and snippets.

@krowter
Created March 22, 2020 04:04
Show Gist options
  • Save krowter/abf528de2eccf39d619cbc6c50fe1b16 to your computer and use it in GitHub Desktop.
Save krowter/abf528de2eccf39d619cbc6c50fe1b16 to your computer and use it in GitHub Desktop.
if(b===9) {
return -1
} else {
return 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment