Skip to content

Instantly share code, notes, and snippets.

@periakteon
Created March 22, 2023 14:07
Show Gist options
  • Save periakteon/fef8095862776c8e095c772c66626596 to your computer and use it in GitHub Desktop.
Save periakteon/fef8095862776c8e095c772c66626596 to your computer and use it in GitHub Desktop.
FreeCodeCamp: Use the parseInt Function with a Radix (Challenge)
function convertToInteger(str) {
}
convertToInteger("10011");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment