Skip to content

Instantly share code, notes, and snippets.

@maxsimych
Created September 17, 2024 10:39
Show Gist options
  • Save maxsimych/2167cd1f90f7dfc1ce939a11cc6cf1b7 to your computer and use it in GitHub Desktop.
Save maxsimych/2167cd1f90f7dfc1ce939a11cc6cf1b7 to your computer and use it in GitHub Desktop.
Convert unsigned to signed
const convertToSigned = num => num << 24 >> 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment