Skip to content

Instantly share code, notes, and snippets.

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