parseInt with radix

Tell us what’s happening:
Describe your issue in detail here.

can somebody explain what is radix
Your code so far


function convertToInteger(str) {
parseInt()
}

convertToInteger("10011");

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36

Challenge: Use the parseInt Function with a Radix

Link to the challenge:

Have you looked up the word radix? If so, it would be helpful to know what don’t you understand a radix to be

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.