Skip to content

Instantly share code, notes, and snippets.

@shizone
Created May 11, 2017 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shizone/df8ab706e56570fb59e0a5fd7366334b to your computer and use it in GitHub Desktop.
Save shizone/df8ab706e56570fb59e0a5fd7366334b to your computer and use it in GitHub Desktop.
0+!(i%3)+!(i%5)*2
1-Boolean(i%3)+(1-Boolean(i%5))*2
2-String(i/3).split('.').length+(2-String(i/5).split('.').length)*2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment