convertir hexadécimal en décimal js

yourNumber = parseInt(hexString, 16);
Parotay