convertir hexadecimal a decimal js
yourNumber = parseInt(hexString, 16);
Parotay
yourNumber = parseInt(hexString, 16);