Skip to content

Instantly share code, notes, and snippets.

@periakteon
Created March 22, 2023 13:54
Show Gist options
  • Save periakteon/f6f9d5396399bd56535ba0b41c5a3330 to your computer and use it in GitHub Desktop.
Save periakteon/f6f9d5396399bd56535ba0b41c5a3330 to your computer and use it in GitHub Desktop.
FreeCodeCamp: Use the parseInt Function with a Radix
// iki parametre alır: (i) string, (ii) radix (taban)
parseInt(string, radix);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment