scrimba
Learn Basic JavaScript
Use the parseInt Function with a Radix
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Use the parseInt Function with a Radix
AboutCommentsNotes
Use the parseInt Function with a Radix
Expand for more info
index.js
run
preview
console
function convertToInteger(str) {

}

convertToInteger("10011");
Console
11
,
index.html
-0:50