E.g.: ``` javascript var nBase10 = 10; var nBase16 = nBase10.toString(16); var nBase8 = nBase10.toString(8); ```