Skip to content

Instantly share code, notes, and snippets.

@jacktams
Created May 2, 2016 18:06
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 jacktams/302ae7181ace90b74b7c7efa8583dc79 to your computer and use it in GitHub Desktop.
Save jacktams/302ae7181ace90b74b7c7efa8583dc79 to your computer and use it in GitHub Desktop.
function fullBinaryString(input){
//coerce javascript to show full 32bit integer underneath.
return (input>>>0).toString(2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment