Skip to content

Instantly share code, notes, and snippets.

@pinkmomo027
Created March 19, 2018 19:58
Show Gist options
  • Save pinkmomo027/99a24a2a3bc31773e48948784dc5dc15 to your computer and use it in GitHub Desktop.
Save pinkmomo027/99a24a2a3bc31773e48948784dc5dc15 to your computer and use it in GitHub Desktop.
JS count binary set bits
i.toString(2).replace(/0/,'').length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment