Konwertuj Hexadecimal na dziesiętne JS

yourNumber = parseInt(hexString, 16);
Parotay