Skip to content

Instantly share code, notes, and snippets.

@kishino
Last active May 11, 2017 23:26
Show Gist options
  • Save kishino/41b97d9f6c45945d20cae8d345a67497 to your computer and use it in GitHub Desktop.
Save kishino/41b97d9f6c45945d20cae8d345a67497 to your computer and use it in GitHub Desktop.
!(i%3)+!(i%5)*2
isNaN(i%3/0)+isNaN(i%5/0)*2
isNaN((''+i/3).includes('.')/0)+isNaN((''+i/5).includes('.')/0)*2
1-/\./.test(''+i/3)+(1-/\./.test(''+i/5))*2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment