Last active
January 18, 2019 06:35
-
-
Save piuccio/9334194b79e1dbf59d3976907ea7e5c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'a'.charCodeAt(0); | |
// 97 | |
Buffer.from('a').toString('hex') | |
// 61 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment