Skip to content

Instantly share code, notes, and snippets.

@valentingavela
Last active July 11, 2019 15:16
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 valentingavela/fbcc15d664df3587868a7dc72289fae3 to your computer and use it in GitHub Desktop.
Save valentingavela/fbcc15d664df3587868a7dc72289fae3 to your computer and use it in GitHub Desktop.
Convert string to int with bitwise OR operator
// Convert int to string:
// | OR operator
console.log('20' | 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment