Created
March 31, 2011 04:18
-
-
Save DTrejo/895804 to your computer and use it in GitHub Desktop.
that are in base 16
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
var str = '63737472696b65'; | |
var num16 = parseInt(str, 16); | |
var str2 = 'f'; | |
console.log(parseInt(str2, 16)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment