Given a hexadecimal number convert it into decimal using javascript code example Example: convert hexadecimal to decimal js yourNumber = parseInt(hexString, 16);